Skip to content

dtrquynhey/Codenames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Download and unzip the project folder.
  2. Open the project folder in your preferred Java IDE.
  3. Navigate to the project directory.
  4. Open the db.properties file in any text editor.
  5. Modify the db.user and db.password properties with your MySQL username and password respectively.

    Database configuration

    db.url=jdbc:mysql://localhost:3306/codenamesdb db.user=myusername db.password=mypassword
  6. Save the changes to the db.properties file.

Running the Application

  1. Build the project in your IDE.
  2. Run the application.
  3. Follow the on-screen instructions to play the Codenames game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages