Mohido / Memory_Game

A simple memory game for applying the basics of java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory_Game

A simple memory game for applying the basics of java.

How to run first method:

  1. Make sure to have the JDK installed on your machine and the java,javac path are defined in the system variables.
  2. go to the src/ directory and enter the following commands in the terminal:
    javac -cp . memory/*.java
    java -cp . memory/Main
  3. Now enjoy playing the game.

How to run second method:

  1. you can create a new project with the IDE you are using mostly, then add the .java files to the project. Make sure to keep the structure of the folders and files or you will have to edit the path in the "MemoryCards.java" file to make it know the paths of the images.

Screen Shots:

screenshot1
screenshot2

About

A simple memory game for applying the basics of java.

License:MIT License


Languages

Language:Java 100.0%