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

Just hit `ctrl-s` and then `ctrl-r` back-to-back quickly. https://user-images.githubusercontent.com/746946/166694456-e4fd6a68-50f4-4ca3-9296-4f662310ce0b.mov

bug

When attempting to access surf via TIC80, I'm unable to press the enter key and maybe the backspace key on the virtual keyboard. I plan on writing a bash script...

platform: linux
needs: more testing
needs: more information

Calling pix() function in OVR() to check for color values of TIC() doesn't work anymore . It used to work in 0.90 before This broke : [https://tic80.com/play?cart=2695](url) ![test1](https://user-images.githubusercontent.com/56357462/166417020-3d04bee8-8770-4b0d-a14e-c122dcc003a5.png)

Why is everything drawn in OVR with color 0 transparent? It is intended? Also, SCREEN OFFSET works the other way around now, I have to change the signs to make...

As seen below , it draws circb() function with Negative Radius and ellib () Function either Negative Major Radius ( a ) or Negative Minor Radius ( b ) ![test2](https://user-images.githubusercontent.com/56357462/166419591-f7d5aeaa-c3a6-493c-bfdf-0eb6324b114a.png)

elli ( x , y , a , b , color ) function with Negative Major Radius ( a ) and Positive Minor Radius ( b ) is drawn on...

Typing `config default` (to edit a default cart template) without specify the language causes TIC-80 to crash on f9e2a247956e123708810d91ff3addd0943d1a0d. Works fine on [0.90.1723](https://github.com/nesbox/TIC-80/releases/tag/v0.90.1723).

Proof https://tic80.com/play?cart=2773 ![image](https://user-images.githubusercontent.com/1101448/166413256-c4580173-c569-44f6-81c4-2b5895e71baf.png)

Maybe a global constant, like how Lua uses `_VERSION`. Or replace that constant outright.

It would be cool if tic80 had code tabs like pico8. ![untitled_1_0](https://user-images.githubusercontent.com/83941963/163709592-fd5e77ec-d254-426c-b9da-68b05ac12019.gif) This would make writing and managing code in the editor a lot easier. You just have one tab...