TIC-80, a fantasy computer to learn programming
tic.computer
TIC-80, a fantasy computer to learn programming
1–10 of 75 posts
Re: TIC-80, a fantasy computer to learn programming
#2Re: TIC-80, a fantasy computer to learn programming
#3https://www.lexaloffle.com/pico-8.php
I don't even know the difference between the two programs, but someone interested in TIC might also be interested in PICO.
Re: TIC-80, a fantasy computer to learn programming
#4Maybe this is a good time to plug PICO-8 which describes itself as a "fantasy console for making, sharing and playing tiny games and other computer programs." https://www.lexaloffle.com/pico-8.php I don't even know the difference between the two programs, but someone interested in TIC might also be interested in PICO.
Some are scripting language based, some emulate CPUs. TIC-80 programs are "64KB of Lua or Moonscript or JavaScript". My own is 8-bit AVR (128k rom, 64k ram). Z80 seems a popular base as well.
Re: TIC-80, a fantasy computer to learn programming
#5The programming system looks really interesting, but that font is super annoying.
Re: TIC-80, a fantasy computer to learn programming
#6Maybe this is a good time to plug PICO-8 which describes itself as a "fantasy console for making, sharing and playing tiny games and other computer programs." https://www.lexaloffle.com/pico-8.php I don't even know the difference between the two programs, but someone interested in TIC might also be interested in PICO.
TIC-80 is a bit more 'powerful' in that it's a bit higher resolution with double the sprite count.
The most substantial differences:
>PICO-8 has its own BASIC-like language
>TIC-80 is programmed in Lua or JS
>
>PICO-8 is commercial software, costs $15
>TIC-80 is open source
Re: TIC-80, a fantasy computer to learn programming
#7Maybe this is a good time to plug PICO-8 which describes itself as a "fantasy console for making, sharing and playing tiny games and other computer programs." https://www.lexaloffle.com/pico-8.php I don't even know the difference between the two programs, but someone interested in TIC might also be interested in PICO.
They are conceptually very similar and both obviously inspired by the old CHIP-8. TIC-80 is a bit more 'powerful' in that it's a bit higher resolution with double the sprite count. The most substantial differences: >PICO-8 has its own BASIC-like language >TIC-80 is programmed in Lua or JS > >PICO-8 is commercial software, costs $15 >TIC-80 is open source
Re: TIC-80, a fantasy computer to learn programming
#8Maybe this is a good time to plug PICO-8 which describes itself as a "fantasy console for making, sharing and playing tiny games and other computer programs." https://www.lexaloffle.com/pico-8.php I don't even know the difference between the two programs, but someone interested in TIC might also be interested in PICO.