Skip to content

alienspaces/go-mud

Repository files navigation

Go M.U.D - Getting Started

A M.U.D (multi user dungeon) with a back end API built with Go and a front end UI built with Flutter.

❗ No Longer Maintained ~ March 18th 2024 - See Go Little M.U.D. for more information❗

Quick Start

📝 Might be a good idea to look at what these tools do before running them!

Running the server

Starts a postgres database in a docker container, runs database migrations with db-migrate, loads game data and starts the Go API server.

cd backend
./tools/start

API server will be available at http://localhost:8082/

Running the client

Generate client configuration code.

cd frontend
./tools/generate.dart

Use your favourite Flutter project IDE and Android/iOS emulator.

About

A M.U.D (multi user dungeon) with a back end API built with Go and a front end UI built with Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published