pierreelliott / BoardLibrary

A JavaFX library to easily create and manage board games like Tetris, Blokus or Rush Hour (which are included in this repository)
0 stars 0 forks source link

BoardLibrary

This project (written in java) consists of 4 modules, 1 of them being a JavaFX library to manipulate boards in games and the other 3 being games made with use of this library.

Tetris

This game is located in the jeu1 repository.

Blokus

This game is located in the jeu2 repository.

Rush Hour

This game is located in the jeu3 repository.

Useful links