Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 730 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 730 Bytes

Glacier

A JavaScript-like language for TI-83/84 Calculators.

Features

  • Full on Arrays,
  • Functions,
  • Multipurpose variables,
  • Packages,
  • Greater control over the calculator than TI-Basic,
  • Tilemaps,
  • Objects,
  • and possibly more.

Build

Clone the repo and enter it,

git clone https://www.github.com/DarkSystemGit/Glacier.git
cd ./Glacier

Install dependcies and build.

npm install && npm run build

Usage

node ./main.js FILE

For an example program, look at tests/snake.gs

The project is meant to be an alternative to ICE, and was inspired by ICE in the first place. Glacier is a work in progress, so don't expect much from it right now. I'll probably be done by February (No promises though).