• by andraaspar on 9/29/2020, 5:17:28 AM

    TIC-80 is a fantasy computer for making, playing and sharing tiny games. Version 0.80 brings numerous enhancements and a new UI.

  • by grugagag on 9/29/2020, 6:54:44 AM

    It would be useful if there were links to examples of tic-80 games. Nonethelesw, this looks very promising and is noncommercial which is great for growing a community. I’ll definitely give this a try when i get a chance

  • by tachyonbeam on 9/29/2020, 5:05:57 PM

    I tried some games at https://tic80.com/play. Looks cool and I'm impressed by how many games there are. Two comments:

    1. I find the font really hard to read. I really wish it was 2x the resolution. I think it would still have a cool retro pixelated look but be so much more legible.

    2. The keyboard controls don't always seem to register on my system (Chrome, MacOS). Or maybe it's just not obvious which keys to press. I tried playing two games, they loaded, music started, but I wasn't actually able to get to the point where I'm actually playing the game.

  • by scambier on 9/29/2020, 7:40:09 PM

    I've not written TIC-80 games for like 3 years, but I'm still happy to see it grow. One major advantage (IMO) over PICO-8 is that you're not limited to Lua, and can write games in JavaScript.

    And since JavaScript implies TypeScript, I once wrote a small tool to automatically build games from .ts files, with functions declarations for the whole API: https://github.com/scambier/tic80-typescript

    I don't use it anymore, but try to keep the declarations up-to-date :)

  • by abrookewood on 9/29/2020, 11:32:29 PM

    As an aside, I went down a rabbit hole trying to work out whether to look into this or PICO-8. I found a pretty good summary of the differences here: https://nerdyteachers.com/Explain/FantasyConsoles/

    Personally, I'm still undecided as I like the use of JavaScript in TIC-80 and the fact that it is open source, versus the wealth of materials available for the PICO-8.

  • by pvg on 9/29/2020, 6:21:35 AM

  • by mhd on 9/29/2020, 5:50:47 PM

    I'm quite charmed by the code editor aesthetics.

  • by MikaelMich on 9/29/2020, 8:27:58 AM

    Renkel are you behind this? It's cool, but looks like a clone to me (i.e. APIs)..

  • by sedatk on 9/29/2020, 6:01:23 AM

    Is this a successor to PICO-8? Both projects look very similar.