Skip to content

casperlundberg/Apples2Apples-D7032E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apples2Apples

Description

Apples2Apples is a digital variant of the popular card game Apples to Apples. It is implemented in Java and allows players to connect over a network to play the game.

Prerequisites

To run this project, you need to have Java 8 or higher installed on your machine.

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in your preferred IDE (IntelliJ IDEA recommended).

Running the Server-side Application

To start the server-side application, navigate to the src/server directory and run the Server.java file.

cd src/server
javac Server.java
java Server

Running the Client-side Application

To start the client-side application, navigate to the src/client directory and run the Client.java file.

cd src/client
javac Client.java
java Client

Built With

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published