526
TI Z80 / Cookie Clicker for the +C
« on: December 27, 2013, 05:25:22 pm »
I made a Cookie Clicker game for the TI-84+ Color Silver Edition!
I'm lazy, so I'll copy-paste the readme.
The .zip is attached.
If anyone can help me optimize, that would be awesome! I should warn you...it runs a bit slow.
Whaddaya think? Is there potential?
I'm lazy, so I'll copy-paste the readme.
Code: [Select]
<-- Your text editor must be able to display this on one line -->
_____ _ _ _____ _ _ _
/ ____| | | (_) / ____| (_) | |
| | ___ ___ | | ___ ___ | | | |_ ___| | _____ _ __
| | / _ \ / _ \| |/ / |/ _ \ | | | | |/ __| |/ / _ \ '__|
| |___| (_) | (_) | <| | __/ | |____| | | (__| < __/ |
\_____\___/_\___/|_|\_\_|\___| \_____|_|_|\___|_|\_\___|_|
_____
_ / ____|
_| |_ | |
|_ _|| |
|_| | |____
\_____|
by Josiah W.
##############
#Requirements#
##############
* A TI-84+ C Silver Edition.
* 5,065 bytes of RAM for the program AND variable usage.
* (recommended, but not required)
No content is B, C, D, K, T, S, Y, Z, L1, L2, L3, L4, Str1,
OR a custom list "CLICK". These are used by the game.
* This program is ALSO DoorsCSE compatible, so you CAN run it
with DoorsCSE.
##############
#Installation#
##############
* Transfer COOKIE.8xp to your TI-84+ C Silver Edition. Then. run
as a BASIC program on the homescreen OR on DoorsCSE.
#############
#How to Play#
#############
* Cookie Clicker +C is a port of Cookie Clicker, the game that
has taken the Internet by storm, on the +C.
* When you start, you will continue your save file (reset if you
don't have one).
* Press ENTER to click on the cookie. When you do that, you will
get 1 cookie.
* Press LEFT and RIGHT to cycle through the buildings.
* When you get enough cookies to buy the selected building, press
PLUS to buy. Press MINUS to sell.
* When you buy buildings, you will notice that every second, you
will get cookies automatically. These are the buildings and their
information.
+--------------+---------------+--------------+
| Building | Initial Price | CpS/building |
+--------------+---------------+--------------+
| Cursor | 15| .1|
+--------------+---------------+--------------+
| Grandma | 100| .5|
+--------------+---------------+--------------+
| Farm | 500| 4|
+--------------+---------------+--------------+
| Factory | 3000| 10|
+--------------+---------------+--------------+
| Mine | 10000| 40|
+--------------+---------------+--------------+
| Shipment | 40000| 100|
+--------------+---------------+--------------+
| Alchemy Lab | 200000| 400|
+--------------+---------------+--------------+
| Portal | 1666666| 6666|
+--------------+---------------+--------------+
| Time Machine | 123456789| 98765|
+--------------+---------------+--------------+
| Antimatter | 3999999999| 999999|
+--------------+---------------+--------------+
Press CLEAR to save your game and quit.
###################
#Legal Information#
###################
* This program is freeware, it shall be distributed freely. I do
not claim ownership of Cookie Clicker, all rights go to Orteil
for making the original ( orteil.dashnet.org/cookieclicker ). If
this program is distributed, credit me for making it, and Orteil
for the idea.
#########
#Credits#
#########
* Orteil for making the original Cookie Clicker.
( orteil.dashnet.org/cookieclicker )
* Texas Instruments for making the TI-84+ C Silver Edition.
* Everyone who supported me all the way.
#################
#Version History#
#################
* v1.0: Initial release (size: 4,197)
The .zip is attached.
If anyone can help me optimize, that would be awesome! I should warn you...it runs a bit slow.
Whaddaya think? Is there potential?