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

The previous version of 0.90 is OK, mouse is smooth, feels so well. When mouse moves out of the window of TIC-80, its speed recovers.

bug
enhancement
platform: macosx

Freshly FAT32 formatted 2GB sdcard. v0.90.1723. Copied content of zip'd folder to root of sdcard. Boot Pi Zero W (original, not ver 2). Receive the four colored squares and then...

bug
needs: more testing
platform: baremetal

he compilado TIC 80 1.0.2164 sin errores pero cuando lo abro me sale esto: > C:\Users\Personal\TIC-80\build\bin>tic80 error: folder `C:\Users\Personal\AppData\Roaming\com.nesbox.tic\TIC-80\` doesn't exist ¿Cómo se soluciona esto?

Connected to a TV via HDMI, extended desktop onto it. Dragging TIC to extended desktop freezes the TIC window (no updates shown, even the cursor doesn't blink), but keypresses are...

Hello! I'm working on putting together a derivation (build script, essentially) for Nix. The build is currently completing successfully, but the resulting binary is printing to `stdout`: ``` TIC-80 tiny...

If you do something like: ```ruby # script: ruby cls() def TIC() map() cls() if btnp 4 end ``` On mobile, TIC-80 crashes

I know on the wiki it says that scripted cartridges are not intended to read or write memory outside of memory-mapped IO, but through experimenting, it seems to work regardless....

Lines drawn with `tri()` aren't displayed correctly in 1.0. Either you don't see the line at all or it appears as dots here and there. 1.0: ![image](https://user-images.githubusercontent.com/19384640/166313399-4dc1e004-0399-4c81-b09c-71dbfe988348.png) 0.90: ![image](https://user-images.githubusercontent.com/19384640/166313543-64e65ea2-59ad-4a6f-965a-1be1bf173a31.png) **_EDIT:_**...

discussion
needs: more triage

Version: 1.0.2164 (Pro) OS: Linux Language: Ruby ```ruby spr 0,0,0 ``` In the previous version it raised an exception indicating that the color key parameter was required. Doesn't crash with...

As requested, here's the issue for achievement support. The two most important aspects for achievement support are savestates and exposed memory. Currently achievements do not work correctly and only 96...

wish list