r/tic80

▲ 38 r/tic80+1 crossposts

Forth for the TIC-80 fantasy console

I've added forth (using jforth) to the fantasy console TIC-80:

https://github.com/luginf/TIC-80/

Following the pico-8 trend of retro-like console, TIC-80 is using lua (which is already a cool langage). There are other backends as well, such as js, ruby, python. Forth was missing :)

There are a few examples / samples:

https://gitlab.com/garvalf/forth-is-fun/-/tree/main/tic80

You can also try it online:

https://garvalf.gitlab.io/forth-is-fun/tic80/run.html

type "ls" or "dir", then "load" one of the .fth sample name, and type "run"

The full API is listed there, adapted to Forth: https://garvalf.gitlab.io/forth-is-fun/tic80/tic80.html

You can get more informations about TIC-80 on:

u/garvalf — 6 days ago
▲ 24 r/tic80

32 colors

i did a demo, its 32 colors, which is 2 times more than default

colored spinning squares

u/NoenD_i0 — 12 days ago
▲ 30 r/tic80

game of life

made game of life because i was bored, wanted to share the product

u/NoenD_i0 — 13 days ago