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.
- Host: GitHub
- URL: https://github.com/abrams27/email-rock-paper-scissors
- Owner: abrams27
- Created: 2020-06-29T10:10:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T18:49:57.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:48:11.263Z (about 1 year ago)
- Topics: email, game, rock-paper-scissors, spring-boot
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```