AthenaEngine is an open source text mud engine written in Go. More details to come.
- Docker
- Docker Compose
- Git
- Golang
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.