Turn of Destiny is a multiplayer word game where players compete to guess words or phrases. This repository contains the code and design for the game as part of the CSE3310-001 course project.
- Java 8 or higher
- Maven
- Git
-
Clone the repository: git clone https://github.com/utastudents/cse3310_su24_group_3.git cd cse3310_su24_group_3
-
Build the project using Maven: mvn clean install
-
Run the HTTP server: /fill/
-
Run the WebSocket server: /fill/
- Logan Wells
- Noe Sanchez
- Ravi Ray
- Tyler C
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
$ mvn clean
$ mvn install
$ mvn package
$ mvn compile
$ mvn exec:java
mvn exec:java -Dexec.mainClass="uta.cse3310.App"