Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```

;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```