Recently, I started trying to make a game called Trader (which I may or may not finish) on the CE. Usually I create most of my programs with Node.js, so trying to wrap my head around the much more limited TI-Basic is about as hard as learning how to code from scratch. So to help myself learn a bit more about TI-Basic, I decided to create a transpiler, to convert a JavaScript-like language to ICE. The planned features are:
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). Expect updates to this thread after every major milestone.
Repo: https://www.github.com/DarkSystemGit/Glacier/
- ▪ Full on Arrays(that support strings),
▪ Functions,
▪ Multipurpose variables,
▪ Packages,
▪ Greater control over the calculator than TI-Basic,
▪ Tilemaps,
▪ Objects,
▪ and possibly more.
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). Expect updates to this thread after every major milestone.
Repo: https://www.github.com/DarkSystemGit/Glacier/