Welcome To Pico Clicker A Simplified Cookie Clicker
---Instructions---
X - Click
O - Select
Arrows - Navigate Menu
Enjoy :D



That's neat! I hope you keep working on it, could become a really cool game!
However, the first thing you need to do is to find a way to overcome the 32k limitation for numbers in Pico-8, or your cookies will go negative really fast!



You can add numbers up to pretty high numbers this way, @Estronoid and @caranha.
by dw817


a="0" cls() for i=1,400 do ?a a=tostr(tonum(a.."",2)+tonum("123",2),2) end |
Of course this can go a lot higher.
[Please log in to post a comment]