(no title)
hungariantoast | 7 years ago
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.
hungariantoast | 7 years ago
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.
Lerc|7 years ago
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.
wooly_bully|7 years ago
Enjoy: https://www.lexaloffle.com/bbs/?tid=2145
TimTheTinker|7 years ago
lloeki|7 years ago
_b8r0|7 years ago
What ram chip are you using? I've been looking at 23K640 but it's proving a nightmare to get running on a breadboard.
tokyodude|7 years ago
it can export a stand alone game for windows, macos, linux, and html5
jdabney|7 years ago
opencl|7 years ago
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
pull_my_finger|7 years ago
> The harsh limitations of PICO-8 are carefully chosen to be fun to work with, encourage small but expressive designs and hopefully to give PICO-8 cartridges their own particular look and feel.
It can be a little frustrating at first, but if you focus on the other important elements of a good game it can be really satisfying.
In addition, there are some people doing some very cool stuff really pushing that limit as far as possible.
- https://twitter.com/paloblancogames/status/97765346516502528...
- https://hackernoon.com/pico-8-lighting-part-1-thin-dark-line...
Just to cherry pick a few. Personally, I like the restraints.
To add to the others, Pico-8 definitely uses a modified version of Lua 5.1/5.2.
binarycrusader|7 years ago
The author, "zep" (of lexaloffle games), is also a wonderful human being that goes out of their way to support people who buy it / play PICO-8 games and deserves every penny for it.
While I hope they some day consider open sourcing PICO-8 so it may live on, for now, it provides them with meaningful income and lets them actively develop it, which I wholeheartedly support.
Ivoah|7 years ago
https://www.lexaloffle.com/pico-8.php?page=manual
crashride|7 years ago
boomlinde|7 years ago
It's also worth noting that TIC-80 has a $5 "PRO" version; the free (as in no cost) and open source version is basically shareware.
ungzd|7 years ago
Avshalom|7 years ago
kragen|7 years ago