46
TI Z80 / Candy Wars
« on: November 23, 2013, 01:42:16 pm »
I made a quick Drug-Wars clone called Candy Wars.
I'm lazy, so I'll just copy-paste the readme:
The file is attached.
What do you think of the game? Might need optimization, but how good is the game?
I'm lazy, so I'll just copy-paste the readme:
Code: [Select]
_____ _ __ __
/ ____| | | \ \ / /
| | __ _ _ __ __| |_ \ \ /\ / /_ _ _ __ ___
| | / _` | '_ \ / _` | | | \ \/ \/ / _` | '__/ __|
| |___| (_| | | | | (_| | |_| |\ /\ / (_| | | \__ \
\_____\__,_|_| |_|\__,_|\__, | \/ \/ \__,_|_| |___/
__/ |
|___/
by Josiah W.
##############
#Requirements#
##############
* 2,274 bytes of RAM for the game AND variable usage.
* (recommended, but not required)
No content in L1, L2, A, D, F, M, or X. These variables
are overwritten by CANDYWAR.8xp.
##############
#Installation#
##############
* Transfer CANDYWAR.8xp to your calculator. Then, run
it as a BASIC program on the homescreen.
#############
#How to Play#
#############
* Candy Wars is a Drug-Wars type game, with obvious
changes.
* Press ENTER to get past the title screen.
* Press UP and DOWN to go through menu options, and
ENTER to confirm your selection.
* You start with $10,000. Your goal is to buy and sell
candy to get over $50,000 to buy a new bike in as
little time as possible.
* These are the high and low values for candy prices.
+---------+-----------+
|Candy |Price Range|
+---------+-----------+
|Gum |$15-50 |
+---------+-----------+
|Lollipops|$50-100 |
+---------+-----------+
|Reeses |$100-500 |
+---------+-----------+
|Kit Kat |$500-1000 |
+---------+-----------+
|Twix |$1000-5000 |
+---------+-----------+
|Hersheys |$5000-10000|
+---------------------+
* Be warned...health crazed parents might take some of
your candies at any time.
* Sometimes, you can get great deals on candies. Be on
the lookout for those kinds of deals!
#################
#Tips and Tricks#
#################
* Try to take advantage of as many deals as possible.
* Sell as many candies as you can, if you don't want to
get caught by health crazed parents.
* When in doubt, perhaps buy a Hersheys.
###################
#Legal Information#
###################
* This program is freeware, it shall be distributed
freely. Do not sell this game, or claim it as your own.
If you do distribute this program, credit me for it.
#########
#Credits#
#########
* Jonathan Maier for making the original TI-82 Drug Wars.
* gist.github.com/mattmanning/1002653 for having the
original TI-82 Drug Wars code.
* Ryan Bowen ([email protected]) for making an
excellent Candy Wars game, inspiring me to make mine.
#################
#Version History#
#################
v1.0: Initial release
The file is attached.
What do you think of the game? Might need optimization, but how good is the game?