Skip to content

NuclearRedeye/ludumdare48

Repository files navigation

Ludum Dare 48

Entry for the Ludum Dare 48 game jam.

Prerequisites

  • You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.
  • You have installed a recent version of GNU Make.
  • You have installed a recent version of Docker.

Quick Start

You can get up and running quickly with...

make

Then open http://localhost:8080 in your browser.

You can also package the application into a docker container...

make release
docker build -t ludumdare48:local .
docker run -p 8080:80 ludumdare48:local

And again, then open http://localhost:8080 in your browser.

License

Licensed under MIT.

About

Entry for the Ludum Dare 48 game jam

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published