Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 941 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 941 Bytes

snake84CE

A port of the classic game Snake made for the Ti 84-Plus CE.

Home Screen Game Death Screen

Controls

Home Screen

  • [ENTER] Starts the game
  • [CLEAR] Quits the game

Game

  • [LEFT]/[RIGHT]/[UP]/[DOWN] Moves the Snake accordingly
  • [ENTER] Pauses the game
  • [CLEAR] Quits the game

Death Screen

  • [ENTER] Play again
  • [CLEAR] Quit the game

Downloading

You may download the compiled .8xp file from releases.

Please install the CLib library in order to run the game. You may do so here.

Building

Please build with the included make file. The CE Programming Toolchain is required.

CE Programming Toolchain: github.com/CE-Programming/toolchain