TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

Results 308 TIC-80 issues
Sort by recently updated
recently updated
newest added

This PR adds an optional parameter to the `surf` command. This allows you to open cartridges directly from the *Console*, using their unique identifier (numeric id or hash). **TODO** -...

Hi there. I'm not sure if there's any interest in this feature. It adds Google Docs-like collaboration to TIC-80, while keeping to the spirit of the overall project, at least...

Hi, That would be nice if tic80.com allows to generate embed code to host the project on other websites similarly to what itch.io does: ![Capture d’écran de 2022-07-19 14-46-08](https://user-images.githubusercontent.com/26139286/179757225-6117070a-1822-4f49-97c2-a46d33c88955.png) I...

Would you please to delete https://tic80.com/play?cart=2817 for me? I didn't find the 'update' option on the page at first, so I wanted to upload the new version to override the...

enhancement
website

I don't know if this behavior is intended, but without tabs or any other code separation of some sort, bookmarks are the only way to make the code manageable and...

![image](https://user-images.githubusercontent.com/48686725/178351881-c25b804c-e58c-46f1-a514-6a17303b6a16.png) it doesn't crash in the online version but it crashes in the downloaded version

I use the TIC-80 fantasy computer to teach my daughter basics of programming, and, given that it is supposed to be a _computer_, it would be fantastic if we could...

enhancement
API
wish list

So, My current project is set up such that some elements draw in vbank 0, and others draw in vbank 1, and different worlds of the game are held in...

There seems to be an issue with time(). The functions I have that are calling time() are much slower on the desktop version of TIC-80, but still work correctly on...

In Fennel carts, TIC-80 sets it up so that the `debug.traceback` function will display correct line numbers according to the Fennel code by replacing `debug.traceback` with the function `fennel.traceback`: https://github.com/nesbox/TIC-80/blob/main/src/api/fennel.c#L38...

bug
enhancement
lang: fennel
wish list