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

https://github.com/abrams27/email-rock-paper-scissors

Rock paper scissors game via emails.
https://github.com/abrams27/email-rock-paper-scissors

email game rock-paper-scissors spring-boot

Last synced: 30 days ago
JSON representation

Rock paper scissors game via emails.

Awesome Lists containing this project

README

          

# email rock paper scissors
Rock paper scissors game via emails.

## Gameplay
### Joining to game
Send an email with subject "Start" (case insensitive), body can be empty.

### Playing
After receiving confirmation send an email with subcject "Play" (case insensitive) and insert in the body hand sign - ROCK, PAPER, SCISSORS (case insensitive, polish version available)

### Wait for result
Good luck!

---

# build and run
```
docker-compose up
```