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 think that when we search for something with ctrl-f it would be more convenient to start the search from our cursor position instead of starting at the beginning...

enhancement
editor: code

(Linux, Pop!_OS 22.04, Cinnamon DE) as of now, `key` and `keyp` base on the assumption that the keyboard the programmer's using is English, and yeah, that's a safe assumption, but...

bug
editor: code
needs: more testing
needs: more information
keyboard-layouts

I know that there just isn't art for whitespace in the default font, but you can still configure it, and it looks rather jarring when paired with the rest of...

Running a cartridge saved in the `.wasmp` format fails with the following message: `underrun while parsing Wasm binary` Loading the very same game saved in the regular binary format (i.e....

Here's my repro website: https://static.chaofan.io/textri/ which used the cart from https://tic80.com/play?cart=234 . "export html alone=0" works fine, though.

**Problem** Saving apparently can randomly(?) cause terminal buffer corruption resulting in arbitrary colored text to appear below the last possible input line. **Workaround** Running the `cls` command fixes the issue,...

cant compile tic 80 on freebsd due to 4 errors in the /src/studio/studio.c ``` home/zatime/TIC-80/src/studio/studio.c:788:44: warning: unsequenced modification and access to 'x' [-Wunsequenced] else if (x < 2 / d1)...

Per Wintermute on the Discord (I verified), the baremetal targets are not built for PRO. Specifically, there are no rules in the github workflow to build `rpi-baremetal` or `rpi4-baremetal` with...

enhancement
PRO
devops
building

On my linux laptop (archlinux + wayland + kde + azerty keyboard layout), some keyboard keys don't work as expected when TIC-80 is running : * Escape and Fx keys...

platform: linux
input: keyboard

We need more info about - [ ] hotkeys - [ ] command line arguments - [ ] editors description - [ ] list of open source libs used to...

enhancement
console