znarf94 / z2048

Port of "2048" game on TI-83 calculators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z2048

Quick and Dirty port of the famous "2048" puzzle game on TI-83 calculators

Build

z2048 uses z88dk toolchain. Run ./build.sh z2048.c to compile.

Usage

You need to install ION for TI-83 :

  • Download and extract ION
  • Send ion.83g to your calculator
  • Run the program called "ION" to install
  • You can now remove "ION" and "IONZ"

To install z2048 :

  • Send z2048.83p to your calculator
  • Run ION (the program is called "A")
  • Select "2048" and press enter
  • Press enter to exit z2048
  • Press "Mode" to exit ION

Screenshot

About

Port of "2048" game on TI-83 calculators

License:GNU General Public License v3.0


Languages

Language:C 99.1%Language:Shell 0.9%