Three Player chess game using a Spring Boot web application
The project consists of 3 different Modules:
- webapp: This module contains the Spring web application
- backend: This module contains the entire game logic for three player chess
Clone the repository
git clone https://github.com/ShashankSinha98/Coding-Ninjas-Chess.gitRun the web application:
gradlew bootRunThe web application is available under https://threeplayerchess.onrender.com.
For the deployment there is a Dockerfile in the project directory. This was used to create a Docker image and push it to DockerHub. A web service was then created with Render (https://render.com/), which works with the DockerHub image.