Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriaa/swing-memory-game
Swing Memory Game
https://github.com/nfriaa/swing-memory-game
game h2-database java jdbc memory-game mysql swing
Last synced: 17 days ago
JSON representation
Swing Memory Game
- Host: GitHub
- URL: https://github.com/nfriaa/swing-memory-game
- Owner: nfriaa
- License: mit
- Created: 2017-05-14T15:37:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T15:49:04.000Z (over 7 years ago)
- Last Synced: 2024-11-15T19:42:11.682Z (3 months ago)
- Topics: game, h2-database, java, jdbc, memory-game, mysql, swing
- Language: Java
- Size: 3.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swing-memory-game-1.0.0
Swing Memory Game## Description
A Swing based Memory Game with database best score management. The application is pre-configured with Maven, Log4j and auto load properties files under `resources` folder.## Dev tools
* Java
* JDK 1.8
* AWT
* Swing
* MDI (Multi Documents Interfaces)
* Maven
* Log4j
* Java Properties config files## Demo
The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :
```
java -jar swing-memory-game.jar
```
## Clone and create your project
To use this code in your project or to start a new application using this approach you can type in terminal :
```
$ git clone https://github.com/nfriaa/swing-memory-game /your-local-path/your-project-name
```
Also in pom.xml file change :
```xml
swing-memory-game
```
To :
```xml
your-project-name
```;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```