An open API service indexing awesome lists of open source software.

https://github.com/codeurzebs/microsweeper-quarkus

This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!
https://github.com/codeurzebs/microsweeper-quarkus

Last synced: 24 days ago
JSON representation

This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!

Awesome Lists containing this project

README

        

Red Hat Microsweeper demo with Quarkus
==========================

This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!

![Screenshot](docs/microsweeper.png)

Technologies include:

* JQuery-based Minesweeper written by [Nick Arocho](http://www.nickarocho.com/) and [available on GitHub](https://github.com/nickarocho/minesweeper).
* Backend based on [Quarkus](https://quarkus.io) to persist scoreboard and provide a reactive frontend and backend connected to [Postgres](https://azure.microsoft.com/en-us/services/postgresql/).

-----------
```
# run quarkus in dev mode (it will automatically use Quarkus' dev services to create a DB)
$ mvn quarkus:dev

# access at http://localhost:8080
```