iBrushC / ti-open-arcade

A collection of (mostly retro) games written for the TI-84+ CE with open source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TI Open Arcade

Logo TI Open Arcade is a collection of games written for the TI-84+ CE in C built on the CE C Toolchain. These are not professional, however they can be used as extra examples of the libraries in real use, or can just be downloaded and played for fun. Included in each project is the full source code of each game (ready to be built), along with the prebuilt .8xp file which can be sent directly to calculators.

Requirements

Current Game Catalog

Reminder! These are not actual clones of the games they're named after, just heavily inspired by them. If you want a one-to-one emulator, use TI-Boy CE, a proper gameboy emulator!

  • Breakout (ti84_breakout_a)

Screenshot of Breakout version A

  • Atari 2600 Breakout (ti84_breakout_b)

Screenshot of Breakout version B

  • Conway's Game of Life (ti84_conway)

Screenshot of Conway's Game of Life

About

A collection of (mostly retro) games written for the TI-84+ CE with open source code.

License:MIT License


Languages

Language:C 94.3%Language:Makefile 5.7%