https://github.com/mohido/memory_game
A simple memory game for applying the basics of java.
https://github.com/mohido/memory_game
game java memory-game
Last synced: 4 months ago
JSON representation
A simple memory game for applying the basics of java.
- Host: GitHub
- URL: https://github.com/mohido/memory_game
- Owner: Mohido
- License: mit
- Created: 2021-03-07T01:12:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T05:55:06.000Z (over 4 years ago)
- Last Synced: 2024-12-31T16:14:19.134Z (5 months ago)
- Topics: game, java, memory-game
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
