This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!
Technologies include:
- JQuery-based Minesweeper written by Nick Arocho and available on GitHub.
- Backend based on Quarkus to persist scoreboard and provide a reactive frontend and backend connected to Postgres.
# run quarkus in dev mode (it will automatically use Quarkus' dev services to create a DB)
$ mvn quarkus:dev
# access at http://localhost:8080