Skip to content

A memory game that can be played over the internet

Notifications You must be signed in to change notification settings

jacob1st/Memory_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Memory_game

A memory game that can be played over the internet

in_game_image waiting_image

A classic card game where you and someone else take turns flipping over cards and trying to remember what they are. This was made to practice more socket programming in python, as well as continuing to use pygame.

Instructions: Just hover over cards on your turn and press space. Turns are indicated on the top left of the screen. Try to pick two matching cards to get a point. If you make a match you can go again.

To play the game: Edit /Game/server.py and /Game/network.py files to include your private ip address. Instructions will be written in the individual files on lines 8 and 9. /Game/server.py must be running. Then, each player should run /Game/client.py for themselves to play.

I watched Tech With Time's rock paper scissors tutorial, which was very helpful for this project! https://www.youtube.com/watch?v=_fx7FQ3SP0U&list=PLzMcBGfZo4-kR7Rh-7JCVDN8lm3Utumvq

About

A memory game that can be played over the internet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages