Log In  

Cart #leftyvsbrainlessskulls-0 | 2019-02-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Lefty vs. the Brainless Skulls!

My son (11) and my (42) first Pico-8 release, emphasized learning the system over real playability. A ton of fun to make. Source code is available via Lefty vs. Brainless Skulls Github repository. We also listed it on the cmcavoy itch.co.

Gameplay is very basic, run around, shoot the skulls. The skulls jet around in random directions. We added a health counter and limited bullets to make it at least a bit more interesting. A couple of things that we learned that were particularly revelatory - collision detection, game state (having a startup screen) and animation pacing (though Lefty himself needs a bit of work). Map drawing took a while to wrap our heads around. The (simple) math around screen pixels to map tiles had us stumped for a while.

We were new to Lua as well, so only recently learned that there's object-oriented sugar we can add to the code. We plan on refactoring to objects as a next step with the intent of adding better "brains" to the brainless skulls and the ability to fool around with additional actors and weapons. That said, we may put Lefty aside and move on to some less-shooty games. Neither of us is particularly fond of shooting, it's just a simple game to build.

All in all, we're thrilled with Pico-8, this is a really fun community. Can't thank you all enough for the amount of documentation and tips we've picked up in the forum and in the 'zines!

Thanks! C&WMcAvoy

[0x0]

P#62190 2019-02-23 20:49

I like your game. :)

Not sure if you're taking suggestions to improve it... but mine would be to make the game pause for a second (or until a button press) whenever a new level is loaded. Maybe even make Lefty blink for a bit, or have something else point him out. The reason is that a few times I lost a heart because I collided with a skull before even figuring out where I was.

P#62208 2019-02-24 10:58

That makes sense, thanks for the feedback! We're definitely looking for ways to improve gameplay. Thanks for playing!

P#62218 2019-02-24 20:55

[Please log in to post a comment]