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

Latest commit

 

History

History
48 lines (34 loc) · 1.65 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.65 KB

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