Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Steviesaurus Dev

5
Posts
8
Followers
6
Following
A member registered 41 days ago · View creator page →

Creator of

Recent community posts

Yeah, I'm trying to finish up a browser game at the moment, but then I have a puzzle game in mind for the C64. It's one that I started for the browser years ago, but I prefer C64 stuff now and think that will be my main focus from now on.

My kid is also wanting me to work on a centipede type game, but that's going to wait a little bit as I'll use that to learn assembly.

This game is coming along really well. 

A very cool puzzle feel where you have to think about the order in which you collect the diamonds so that you don't block the exit.

And I love the new custom bricks. Great job snake game buddy :)

That's great, thank you.

Thank you very much for sharing my game. I have also shared your links on all my pages.

Thank you Sparky-D,

I totally agree, C64 games and joysticks just go together. Unfortunately, the lack of joystick here was purely due how unresponsive it was during testing. The game running in BASIC just doesn't loop fast enough to capture the joystick input as it happens. This leads having to hold it in the direction you want to go to get it to work, making fast direction changes almost impossible. The keyboard on the other hand is read from the buffer where the last 10 keystrokes are stored. This allows you to type all of you next moves fast and watch the millipede perform them on its next moves, making U-turns and other multi direction changes easy to pull off. I think the only way to be able to replicate this with the joystick would be a complete rewrite of the game in Assembly language, as the game loop would run 100x times faster.

But I will definitely keep this in mind moving forwards. I do want to start making Assembly games in the future.

Thanks again, Steve