A simple game implemented using ReasonML. The objective of the game is to keep clicking the green dot that appears on the screen. If you run out of time, you lose!
Have fun!
https://dkarella.github.io/re-click-the-green-dot/
First:
$ npm install
$ npm start
Then in another terminal run:
$ npm run bundle
Then you can either open the public/index.html
file or serve the contents of the public/
folder with a server of youre choice (i.e. pushstate-server
).