About
A clicker game.
Tech Used
- HTML
- CSS + CSS Animations
- JavaScript
- addEventListener()
- Dictionaries
- Math.random()
- DOM manipulation
- setInterval()
Development History
- Made the buttons. Most of the layout was using absolute positioning (centre, some px from bottom, etc.)
- Made the simple clicking and stuff. Connected the JS click() function using the button's onClick HTML attribute.
- Got lazy and asked ChatGPT to implement the upgrades.
- Got motivation and continued tidying up the code.
- Drew the beatiful pointer for the autoclicker upgrade.
- So my takeaway, you can use AI if you are lazy to write some parts of the code. Make sure you read them and understand them though!