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

Hi, I found here https://itch.io/t/222186/a-few-questions-version-and-saving that we can download carts that we play on browser thanks to the `get` command but that is not on the Learn page of the...

As it stands, the outline uses a static string find to start looking for potential inclusions, e.g.: https://github.com/nesbox/TIC-80/blob/681f18c0f477e7d7b5b4fea4e330c44028afd34c/src/api/lua.c#L1735-L1737 This is a bit too simple since, for example, it detects `function...

editor: code
wish list

I installed the PRO deb and when I try to launch TIC-80, it shows up for a couple seconds and then immediately disappears (crashes?). If there's somewhere to look for...

I enabled TIC-80 fullscreen flag, and since then, TIC-80 doesn’t grab focus anymore. So I’m not able to disable fullscreen, since TIC-80 simply doesn’t communicate with keyboard or mouse. How...

**Issue** Sometimes when you have bookmarks, you can use the other part of code not marked by bookmarks. And for some reason after you open sprite or map editor and...

It'd be really useful if TIC-80 had access to TIC-80, albeit a locked-down version of the filesystem that won't let a rogue TIC program delete system files like System32. Before,...

Drag and select only works in the code editor when selecting top to downwards. When selecting bottom to top for large amounts of text, editor doesn't scroll

bug
editor: code

For the purpose of using custom transparency on certain tiles, or make a tile opaque.

enhancement
discussion

Creating a master topic to link to from our wiki/documentation for those wishing to contribute language templates/libraries. We should be able to support all the same languages as the [WASM-4](https://wasm4.org)...

enhancement
lang: wasm

Hi, When I undo (Ctrl-Z) a modification I just did and the previous modification was somewhere else in the code, it moves the cursor and the view to this other...