Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

SergioFLS

6
Posts
1
Topics
2
Following
A member registered Sep 18, 2017

Recent community posts

I've tried to follow the instructions at https://itch.io/t/432930/running-on-linux (the only difference is that the NW.js version that I've used is v0.29.0 instead of v0.12.0), and this is as far as I got:

I've also tried to run the game on Wine, but it got stuck on this loading screen:


because why not

i think design will be like synthesia

TIC-80 community · Posted in Font

to modify you have to type "config" in the terminal

well, normaly to print a text on javascript you just write

document.write("hello world!")

but on tic-80 its

print("hello world!")

i don't know, its like lua and js just fused together.