ajayjain / cookie-clicker

Javascript project that demonstrates the creation of a Cookie Clicker game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Clicker

This is a simple version of the Cookie Clicker game found at http://orteil.dashnet.org/cookieclicker/. The project has been created for educational purposes to help students learn basic principles of DOM and Javascript programming. The game has two versions, a DOM version and a Canvas version. Each version has a different look to it's gameplay.

Canvas Version

The canvas version uses typical principles of game development to draw and update the game using the canvas element in HTML5.

DOM Version

The DOM version makes use of HTML to draw and update our information on the browser. DOM events are then used to manipulate the game.

About

Javascript project that demonstrates the creation of a Cookie Clicker game.