Skip to content

StemboltHQ/battle_snake

This branch is 810 commits ahead of, 1101 commits behind Dkendal/battle_snake:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dylan Kendal
Mar 5, 2017
1bbdf73 · Mar 5, 2017
Mar 4, 2017
Feb 15, 2017
Mar 5, 2017
Mar 3, 2017
Mar 4, 2017
Feb 16, 2017
Aug 3, 2016
Mar 5, 2017
Aug 10, 2016
Mar 2, 2017
Mar 1, 2017
Mar 4, 2017
Mar 4, 2017
Feb 15, 2017
Aug 9, 2016
Feb 28, 2017
Mar 1, 2017
Jan 31, 2017
Mar 2, 2017
Feb 15, 2017
Feb 15, 2017
Mar 1, 2017
Mar 5, 2017
Feb 27, 2017
Feb 17, 2017
Mar 2, 2017
Feb 23, 2017
Feb 27, 2017

Repository files navigation

Battle Snake

The 2017 Game Server

Build Status Coverage Status Docker Automated build

Example Game Animation

Running With Docker

Note: Docker runs on a virtual lan so when you add a snake to the game you cannot use localhost, use your internal IP instead.

Building from source

Prerequisites

git clone git@github.com:StemboltHQ/battle_snake.git`
cd battle_snake
./scripts/setup
./scripts/dev-server

Testing

mix test

Building the docker image locally

  • docker build --rm -t battle_snake_server .
  • docker run -it -p 4000:4000 battle_snake_server
  • Connect to http://localhost:4000

Packages

No packages published

Languages

  • Elixir 62.2%
  • JavaScript 15.3%
  • CSS 12.8%
  • HTML 8.7%
  • Shell 0.4%
  • Ruby 0.4%
  • DIGITAL Command Language 0.2%