Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

bambora-na/battle_snake

 
 

Repository files navigation

Battle Snake

The 2017 Game Server

Build Status Coverage Status Docker Automated build

Example Game Animation

Running With Docker

Building from source

Prerequisites

git clone [email protected]:StemboltHQ/battle_snake.git`
cd battle_snake
mix setup
./scripts/dev-server

Testing

mix setup # only required the first time
mix test

Building the docker image locally

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

Packages

No packages published

Languages

  • Elixir 61.0%
  • JavaScript 16.8%
  • CSS 16.1%
  • HTML 5.0%
  • Other 1.1%