Skip to content

nopeless/whatever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Memory Matching Game

Project Description

Our group project for CIT270 is a memory match card game where the user can start a game and select two cards from a set of 16 face-down cards on the screen. The chosen cards will be flipped over, revealing the images underneath. If the images match, the cards will remain face-up, and the user will earn points. If they don't match, the cards will flip back to the blank side, and the user can pick another pair of cards to try again.

The game will offer three difficulty levels: easy, medium, and hard. In the easy mode, there will be no time limit and fewer cards on the screen, with no special cards. As the difficulty increases, a time limit will be introduced, and the user will have a limited number of attempts to match all the cards correctly. There may also be additional card types, such as decoy cards without matches, and the time limit to view the picture side of the flipped cards before they revert to the blank side.

Installation

Go to https://github.com/ST3ALTHY-0/CIT270FinalProject.com and copy or download the code. Or in the terminal clone the repo https://github.com/ST3ALTHY-0/CIT270FinalProject.git.

## Example command
git clone https://github.com/ST3ALTHY-0/CIT270FinalProject.git
cd CIT270FinalProject

```bash
## Example command
git clone https://github.com/ST3ALTHY-0/CIT270FinalProject.git

How to Compile and Run

You need to be in finalProject directory to ruin the code.

### Compile
javac -cp "lib/*" -d bin src/*.java

### Run
java -cp ".;bin;lib/*" src.GameGUI

Class Description

TODO: Give a higher-level explanation of what each class does

Class Breakdown

TODO: explain what each of the functions inside each class do

Project authors

Luke Monroe, Jerin Gamagama, Cody CyberBatMan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages