Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 593 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 593 Bytes

C-BOT

A Curvytron bot by Haydn Ewers.

Inspired by Curvybot by Chris Teague.

Requirements

Getting Started

  1. Install NPM dependencies:

    npm install
    
  2. Create .envrc:

    echo "export URL=ws://curvytron.com" > .envrc
    
  3. Allow the .direnvrc file:

    direnv allow
    
  4. Run with babel-node:

    babel-node index.js