Skip to content

utastudents/cse3310_su24_group_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turn of Destiny

Project Description

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.

Prerequisites

  • Java 8 or higher
  • Maven
  • Git

Setting Up

  1. Clone the repository: git clone https://github.com/utastudents/cse3310_su24_group_3.git cd cse3310_su24_group_3

  2. Build the project using Maven: mvn clean install

  3. Run the HTTP server: /fill/

  4. Run the WebSocket server: /fill/

Directory Structure


Authors

  • 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"