https://github.com/hanzopgp/taquingame
Taquin + MVC + GUI.
https://github.com/hanzopgp/taquingame
gui mvc-architecture university
Last synced: 3 months ago
JSON representation
Taquin + MVC + GUI.
- Host: GitHub
- URL: https://github.com/hanzopgp/taquingame
- Owner: hanzopgp
- License: mit
- Created: 2020-04-03T22:08:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T12:46:47.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:24:24.107Z (over 1 year ago)
- Topics: gui, mvc-architecture, university
- Language: Java
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TaquinGame
1. [Presentation](#presentation-)
2. [Authors](#authors-)
3. [How to use](#how-to-use-)
4. [How to play](#how-to-play-)
5. [Details](#details-)
6. [Links](#links-)
# Presentation :
>A taquin clone with MVC architecture and custom images.
2nd year BSC in computer science mark : 18/20
## Authors :
- Durand Enzo 21510242
- Hugo Tiem 21810620
## How to use :
- To make the jar file : go to dist directory --> ``jar cvmf META-INF/MANIFEST.MF Taquin.jar ../build/tpfinalcomplementPOO_2/*.class``
- Build the program : ``mkdir build | javac -d build src/*/*.java``
- Execute the game using Taquin.jar : go to dist directory and --> ``java -jar Taquin.jar``
- Execute the program using build directory : ``java -cp build/ tpfinalcomplementPOO_2.Main``
## How to play :
- Click on the image you want to swap
- Or use the arrows to play
## Details :
- First time using MVC architecture
## Links :
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller