An open API service indexing awesome lists of open source software.

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

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).