Skip to content

BrodyHolden/battlesnake-node-snakenado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battlesnake-node(js)

Snake AI for battlesnake 2015 by team SNAKENADO:

  • @Rebeckky Artwork and Conceptual Design

  • @BrodyHolden Programming and Conceptual Design

A simple BattleSnake AI written in Javascript for NodeJS (though you could probably use iojs).

To get started you'll need a working NodeJS development environment, and at least read the Heroku docs on deploying a NodeJS app.

If you haven't setup a NodeJS development environment before, read how to get started with NodeJS. You'll also need npm for easy JS dependency management.

This client uses Express4 for easy route management, read up on the docs to learn more about reading incoming JSON params, writing responses, etc.

Deploy

Running the AI locally

Fork and clone this repo:

git clone git@github.com:sendwithus/battlesnake-node.git
cd battlesnake-node

Install dependencies:

npm install -g foreman  # Node implementation of Ruby Foreman
npm install

Run the server:

nf start web

Test the client in your browser: http://localhost:9001

Deploying to Heroku

Click the Deploy to Heroku button at the top or use the command line commands below.

Create a new NodeJS Heroku app:

heroku create [APP_NAME]

Push code to Heroku servers:

git push heroku master

Open Heroku app in browser:

heroku open

Or go directly via http://APP_NAME.herokuapp.com

View/stream server logs:

heroku logs --tail

About

BattleSnake2015 Team Snakenado (Written in NodeJS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published