A vertical scroling platformer written in Elm. You can play the game at https://platformer.genedaataexplorer.space:3000
- Elm
- Docker
build the elm code by running elm make src/Main.elm --optimize --output=backend/dist/static/elm.js
.
start the dockerized backend with docker compose up
.
You can also just use the game without the backend by starting a webserver in the backend/dist/static
directory and navigating to /elm.html
.