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

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

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