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

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.

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