Submissions by thatoneguy229 tagged tic-80

I finally got lerp working, but I've yet to figure out how to control the speed of the animation overall. Regardless, I'm super happy that it's finally working!

After a day away (finding time to do this with an infant is waaaay harder than I ever thought possible), I finally figured out a bunch of my lerping issues. Almost all of them were derived from me not understanding how lerp worked within a game loop, and while I did figure some things out - there are still many things that I have on my plate to fix.

In the gif you can see that over time, the box moves to the mouse (when I click). I have yet to figure out why it doesn't occur smoothly or consistently, but I'll just save that for another day.

I'm learning more about lerps and the TIC-80 "TIC" loop. It makes my head hurt (we've got a bunch of house work going on to, so this stuff is taking a backseat), but I'm still trying my best.

My understanding of linear algebra and most other types of math is very limited (I was never good at it in school), and as such things like lerp I understand in concept, but not in practice.

I created a new project in TIC-80, and have been tinkering around with basic game mechanics and decided (for whatever reason) to start with lerping...

Needless to say it hasn't been going too well... BUT! I'm at least trying and that's what matters the most to me.

I've never been one to tinker with sound effects, but these fantasy consoles make it so easy. I was able to add in a small sound effect for shooting and it really adds a lot to the game even though it's just a single sound.

Next up... modulation?

Today I learned the hard way how difficult it can be to keep spaces and tabs separate. After adding in a font character to my TIC-80 config (so I can see the tabs) everything became much clearer.

Progress for today was limited to limiting (the amount of "bullets" the player can have on screen at once). I set it up to be an upgrade-able variable - in the event I actually keep working on this, and also worked out some kinks that I added from trying to add different types of bullets.

Off to a bad start with having a streak, but that's just how I've always been. That being said, I am really enjoying both Tic-80 and Moonscript. It has taken me a while to understand some of the... quirks of both - coming from a mostly C#/Java background has been helpful in some aspects, but I do carry a lot of bad habits from those things into my other projects.

Regardless, I have been working more on learning the systems, and how they all interconnect with one another within the fantasy console, and decided to try my hand at implementing some Space Invaders style mechanics! I'll probably move on to other things eventually, but for now I feel this is a good starting point.

My wife and I just had our first child 4 months ago, and being so overloaded with work and home life, I haven't had any motivation to do anything (except play FF XVI). Today I changed that by downloading Tic-80 and tinkering with Moonscript. Wish me luck.