Skip to content

This program simulates the children’s game Concentration in a virtual environment. This program is intended to be used for entertainment purposes. You must have the latest version of Java as well as SWT to run the program.

Notifications You must be signed in to change notification settings

RyanRizzoGithub/ConcentrationGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Concentration

Screen Shot 2022-12-24 at 4 13 41 PM

AUTHOR:

  • Ryan Rizzo

PURPOSE:

  • This program simulates the children’s game Concentration in a virtual environment. The game allows you to pick from multiple sets of images, as well as multiple game modes. This program is intended to be used for entertainment purposes. You must have the latest version of Java as well as SWT to run the program.

HOW TO USE:

  • Step 1. Unzip the folder
  • Step 2. Make sure SWT is installed
  • Step 3. Run ConcentrationGame.java
  • Step 4. Select Image Set
  • Step 5. Select Game mode
  • Step 6. Select Player amount
  • Step 7. Player the game

IMAGE SETS:

  • Foods (An image set containing pictures of different foods, these foods are as follows)

    • Banana
    • Apple
    • Pear
    • Greenapple
    • Kiwi
    • Peach
    • Pineapple
    • Avocado
  • Animals (An image set containing pictures of different animals, these animals are as follows)

    • Dog
    • Cat
    • Chicken
    • Duck
    • horse
    • Sheep
    • Pig
    • Cow
  • Instructors (An image set containing pictures of different Instructors, these Instructors are as follows)

    • Claveau
    • Russ
    • Efrat
    • Russ
    • McCann
    • Mercer
    • Dicken
    • Lotz
    • Proebsting
  • Fish (An image set containing pictures of different fish from my tank, these fish are as follows)

    • Angel
    • Gourami
    • Loach
    • Male Betta
    • Female Betta
    • Platy
    • Rasboras
    • Cory Catfish
  • King of The Hill (An image set containing pictures of different King of the Hill characters, these characters are as follows)

    • Hank
    • Peggy
    • Bobby
    • Luanne
    • Dale
    • Bill
    • Boomhauer
    • Kahn
  • Regular Show (An image set containing pictures of different characters from Regular Show, these characters are as follows)

    • Death
    • Jablonski
    • Techmo
    • Sensei
    • Muscle Bro
    • Richard Dick
    • Garrette
    • Gary

GAME MODES:

  • Default
    • This is the normal version of the game Concentration
    • The winner of the game is the person who collects the most sets of cards
    • A player collects a set of cards by finding a pair on the board
    • On each turn a player gets to flip over two cards
    • If the two cards are identical, then the cards are removed from the board and the current player gains a set
    • If the two cards are not identical, then the cards are flipped back over, the current player does not gain a set, and the turn is passed to the next player
  • One Flip
    • This game mode is the same as the default game mode, however the difference is that each player gets to only flip one card during their turn.
    • If the card they flip creates a pair, they collect the set and play again
  • Quick Switch:
    • This game mode is the same as the default game mode, however the difference is that each time a player gains a set, they do not get to play again, instead they pass their turn to the next player

PLAYER RESTRICTIONS:

  • All of the game modes can be played with 2- 6 players
  • The game will prompt you to decide the player amount

About

This program simulates the children’s game Concentration in a virtual environment. This program is intended to be used for entertainment purposes. You must have the latest version of Java as well as SWT to run the program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages