Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tch1b0/Esproso

A Battlesnake made in Go
https://github.com/Tch1b0/Esproso

battlesnake docker golang

Last synced: 3 months ago
JSON representation

A Battlesnake made in Go

Awesome Lists containing this project

README

        

# Esproso

![badge](https://img.shields.io/github/license/Tch1b0/Esproso)

A [Battlesnake](https://play.battlesnake.com) made in [Go](https://golang.org/).

## Tactic

The main goal of Esproso is to survive.

## Setting up

Esproso is running on port `5001`

```sh
$ git clone https://github.com/Tch1b0/Esproso

$ cd ./Esproso

$ docker-compose build

$ docker-compose up -d
```