Curtis Clicker is a Computer Science themed variant of Cookie Clicker built in Elm. Curtis refers to Curtis D'Alves, a PhD student and instructor at McMaster University. He taught the course COMPSCI 1XA3 in 2018, for which this project was created.
A demo of the project can be found here.
git clone https://github.com/SamCymbaluk/CurtisClicker && cd CurtisClicker
yarn install
elm package install
yarn client
yarn build
The contents of dist
can now be placed into an HTML server directory.