https://github.com/bubner/arduino-cookieclicker
Concept LCD Cookie Clicker game for an Arduino
https://github.com/bubner/arduino-cookieclicker
arduino arduino-sketch arduino-uno cookie-clicker lcd lcd16x2
Last synced: 14 days ago
JSON representation
Concept LCD Cookie Clicker game for an Arduino
- Host: GitHub
- URL: https://github.com/bubner/arduino-cookieclicker
- Owner: bubner
- License: mit
- Created: 2023-11-20T09:10:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T09:12:07.000Z (over 2 years ago)
- Last Synced: 2025-01-23T09:43:33.669Z (over 1 year ago)
- Topics: arduino, arduino-sketch, arduino-uno, cookie-clicker, lcd, lcd16x2
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookie Clicker for Arduino
Arduino 16x2 LCD cookie clicker which uses four buttons to control the game.
## How to play
**SELECT**: Click the cookie/buy an upgrade
**LEFT**: Open/close upgrade menu
**UP**: Navigate up in the upgrade menu
**DOWN**: Navigate down in the upgrade menu
## Expansibility
Easy to expand and rebalance, uses preprocessor directives and globals to define the game's variables.
Built as a proof of concept, but can be expanded to a full game (overflow handling, nicer menus, off-screen handling etc).