https://github.com/marcosvidolin/jokenpo-rest-api
Jokenpo REST API
https://github.com/marcosvidolin/jokenpo-rest-api
api game rest rest-api spring-boot
Last synced: 2 months ago
JSON representation
Jokenpo REST API
- Host: GitHub
- URL: https://github.com/marcosvidolin/jokenpo-rest-api
- Owner: marcosvidolin
- Created: 2020-04-28T15:09:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T20:55:39.000Z (about 6 years ago)
- Last Synced: 2025-07-18T12:42:19.203Z (11 months ago)
- Topics: api, game, rest, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 402 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jokenpo REST API
A ready to play Jokenpo Game API.
## Requirements
- JDK 8+
## How to Run
```shell script
./gradlew bootRun
```
## Test
```shell script
./gradlew test
```
## Swagger
Access the API documentation at:
> http://localhost:9000/swagger-ui.html
## How to Play
- Create all players
- Create a new Game and associate all players using the `username`
- Add moves to each player (you can consult all available moves at GET /moves)
- Run the game and get the winner
## Rules