Skip to content

Server-side code for a Liar's Dice game, implemented in Java.

Notifications You must be signed in to change notification settings

JTravaux/liars-dice-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liar's Dice Java Backend

This is the backend for the multiplayer Liar's Dice game. It is currently a work in progress that will be deployed to a server once complete. The backend is responsible for managing the game state, and communicating with the frontend via a REST api and websockets.


Running the server

To run the server, you must have Maven installed, and then run the following command in the root directory of the project:

mvn spring-boot:run

Running the tests

To run the tests, you must have Maven installed, and then run the following command in the root directory of the project:

mvn test

Frontend Implementation

The frontend for this project can be found here. It is also a work in progress, and is currently being developed using React & TypeScript.

About

Server-side code for a Liar's Dice game, implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages