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

https://github.com/lapostoj/rock-paper-scissor

Rest API to play Rock Paper Scissor
https://github.com/lapostoj/rock-paper-scissor

kotlin rest-api rock-paper-scissors spring-boot-2

Last synced: about 2 months ago
JSON representation

Rest API to play Rock Paper Scissor

Awesome Lists containing this project

README

        

# Rock Paper Scissor

Author: lapostoj

Contact: [email protected]

## Description

REST API to play the Rock Paper Scissor game.

A project to play with the idea as I have seen it used as a code interview.
It is also a pretext to experiment with Kotlin and its frameworks/libraries.

## Technology
- Kotlin (with Spek2 and Mockk for testing)
- Spring Boot 2