Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GnatCustard

7
Posts
1
Topics
1
Following
A member registered Jun 23, 2017 · View creator page →

Creator of

Recent community posts

and honestly, you probably were getting the ingredients in the bowl, its all piped up on the back end, but i didn't get around to any stuff to indicate what's actually happening to the player, sorry about that

glad you liked it, i almost got pretty good at it, i thought maybe doing the start menu like i did would help give a bit of a tutorial

thanks a million

Incredibly! the whole time I was playtesting i was debating putting in keyboard controls just for testing XD

had a funny glitch with text duplication :)

TIC-80 community · Created a new topic PI version

I'm just leaving this here so I could maybe get updated when the PI version comes out... might rather like having the TIC-80 setup on my zero

as a hobbyist Dev. I've had an idea for how to get pixel perfect data for mouse clicks that might help you some if you're interested:
as you render, go into a separate buffer and draw the same shape of the image but one solid "color" or at least just for things that have a click response... keep track of what color belongs to what object, then just test the "color" at the location of the mouse clicks and boom... effortless pixel perfect clicks... should work with any render method, even something complicated like 3D were bounding boxes and stuff are usually used which i think is a bit ehhh and im sure requires a bit more calculations.

just a general friendly suggestion that might help eventually even if not on this project :)