Skip to content

Rewrite of rockpaperscissors game using State Machines and Lombok

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gavarava/rock-paper-scissors-2

Repository files navigation

Rock Paper Scissors Build Status

A Spring Boot Microservice for the game of Rock Paper Scissors

About the game of Rock Paper Scissors

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Building the project

Project is bundled with the Gradle Wrapper

mvn clean install

Running the tests

mvn clean verify

Run the application

Using java jar command

java -jar rock-paper-scissors-<version>.jar

Using Docker

Build and Push the Docker image
docker build -t edekargaurav88/rps2:1.2 .
docker push edekargaurav88/rps2:1.2
Run Docker container
docker run -p 8080:8080 -dit rps2:1.1

Built With

Versioning

Java Coding Style for IDE

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Google

About

Rewrite of rockpaperscissors game using State Machines and Lombok

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published