- PLATFORM (A Platformer)
- 11 Mar 2019 10:03:36 pm
- Last edited by SomeCoolGuy on 06 Sep 2019 02:45:59 pm; edited 2 times in total

PLATFORM is a game for the TI-84 Plus CE. (download here)
"e" will have to navigate a series of passages to reach the square that will send him to the next area.
Some specifics:
Arrow keys to move.
Press up to start a jump, then press a direction to jump in, or press down to cancel.
Levels can be made in the matrix editor (or in the Scratch level editor).
A Scratch version that is based on the level editor is coming soon.
Levels are currently 8x16, for compatibility with TI-83/84 calculators.
You'll have to delete some relatively unimportant lines in your copy of the program in order to make it fully compatible.
Tiles:
0: Nothing
1: Ground
2: Cloudish thing. Does nothing.
3: Spikes. Damages those directly 1 tile above it and sends them back to the start.
4: Platform. Jump onto from below.
5: Spring. The player jumps 3 blocks into the air.
6: Grass. Running through this increases your health.
7: Win post. If you touch this, you win.
8: Starting point. Only one should exist at a time!
9: Key. Triggers the next two tiles.
10: Blocked tile. Touchable until triggered. Becomes untouchable.
11: Unblocked tile. Untouchable until triggered. Becomes touchable.
12: Teleport 1. Teleports to Teleport 2. Doesn't wait for the player to leave.
13: Teleport 2. Teleports to Teleport 1. Doesn't wait for the player to leave.
14: Checkpoint. Sets a new spawn point at its location.
Those are all the tiles that exist right now. I might add more in the future.
(not related to a certain game on ticalc.org)
Edit: Added link to program.