Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 467 Bytes

Magic Square

A small game with a very easy principle: fill the grid from 1 to 100

Play the game here !

Screenshot

alt text

Compile

This project uses gradle to compile.

From the command line, in the root directory, execute the following command :

./gradlew assemble

Then launch the page web/index.html in your browser