bmonjoie / magicsquare

A simple game created in Kotlin JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple game created in Kotlin JS

License:MIT License


Languages

Language:JavaScript 98.3%Language:Kotlin 1.4%Language:HTML 0.3%