Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 734 Bytes

File metadata and controls

20 lines (14 loc) · 734 Bytes

Java-Coin-Flip

Authers: Patrick Rakowicz | Joey Bauer

Last Updated : May 1st 2024

INFO

This is a CS 412 Class. We were tasked to implement a Client-Server application that allows for a user to login and play two types of games with a bet attached.

One being Coin Toss with 1:1 odds. And the other being Dice Roll with a 20:1 odds.

Run the project

If you would like to run the project and try it out for your self. There is a MainServer and MainClient.

Run the server first to allow for the server to initialize, client will not boot if server is not started.

As well as the server needs the SQLite JDBC and SLF4J drivers to work. Provided in the Assets folder. (Latest version at the time of this project)