/AthenaEngine

A text mud engine written in go.

Primary LanguageCSSOtherNOASSERTION

AthenaEngine

About Athena Engine

AthenaEngine is an open source text mud engine written in Go. More details to come.

Pre-reqs

  • Docker
  • Docker Compose
  • Git
  • Golang

Building instructions

Create the container:
docker-compose build

Run the container:
docker-compose up

The engine should be accessible from http://localhost:3000/ in your local web browser.