Picobreed Post Mortem - Alien Breed for Pico8

On Saturday, November 2nd 2019, 7:52:26 pm by Lee Nattress

Game Concept and Basic Ideas

A fun little top down shooter for Pico-8

You start out in the hangar with your shuttle pod, without ammo. Welcome to a little tutorial bit!

The basic concept of this Pico8 game is a top down shooter. People may recognise the genre as it was made famous by Alien Breed on the amiga. This game had ideas pilfered from the movie aliens and was limited by the computer hardware, just like this pico8 de-make.

Based on Alien Breed The Classic Amiga game

Team 17’s 1991 classic Alien breed was one of my favourite games growing up. It felt like the arcade hit gauntlet with machine guns. A great combo and a very exciting game. What made things special was the amazing sound effects and digitised speech.

Alien breed amiga screenshot

Get to the deck lift! Alien Breed on the Amiga Home Computer

The game had a feeling of claustrophobia as well as a sense of always being on the edge of running low on ammo.

Limited by memory size – Map is small

The map filled the editor, I wish I had some more space.

For my de-make (and in fact every de-make on the Pico-8) I knew that I would be limited by the available memory size. I knew I could only make a very small version of the game in comparison to the massive amiga maps. I chose not to use any clever compression or procedural techniques and opt for a simple, editable game using on the built in tools.

No compression – game could have been larger

With no compression my limited map size might be a little small, and a little unexciting but since this was my first pico8 game then I was willing to let that all go in the name of a short development cycle.

Easily edited and expanded – no special tools required to edit levels

A jam packed sprite sheet, check out those eyeballs.

The maps are all created in the built in editor and no special tools were used. This was mainly because at the time i was just learning how to code in pico8 and I’d not gotten to the point where I could use compression yet.

Lofty goals that were cut short and why

The screen goes red when you get hurt.

I wanted the game to be much longer, originally the amiga classic had huge levels, many more weapons, enemies and other cool features. I had to cut them short. Here is a list of compromises i had to make for  the de-make:

  • The level
    I wanted a level that the player had to backtrack through, almost like a Zelda game. The idea I had was that I might make several important things to do at different locations so the player had to re-visit different areas and extend the game out. This turned out to be more like an adventure game and was cut from the final game due to time constraints.
  • Weapons
    Alien breed of course had a range of fun weapons. In the de-make I opted for a single upgradable weapon. I ended up with a single upgrade that doubles the damage and visually looks more menacing when fired. Extra particles and sound effects were used to let the player know that the weapon had been upgraded. The upgrade uses less ammo as well, and is pretty much essential to defeat the final boss. Ammo from the first weapon also fits this upgraded one, so any ammo pickups you find still fill up your ammo.
  • Enemies
    I wanted a boss in the game and it had to be difficult to defeat. In the de-make the end boss is a multi headed thing with fireball spitting eyeballs. No such enemy appears in the original game but since the end of level bosses in Alien Breed were huge and had lots of animation frames I felt I had to invent something that fit the constraints and yet still be a challenge.I settled on just two enemies, a face hugger type and a full sized xenomorph type.

It has a plot and everything!

Play it

If you want to play PicoBreed, go here:
https://www.lexaloffle.com/bbs/?pid=40736

Short Bio

Lee Nattress profile image
Lee Nattress

I'm an enterprise software and cloud architect with over 20 years experience in making solutions that are secure, scalable and performant. My focus is on serverless micro service architecture in AWS.

Job

I work at 3t Transform. I'm super happy there. We write training and compliance software and make VR digital twins.

Social

Recent

museful project blog software

Tuesday, April 21st 2020, 7:03:05 am

Writing Blogging Software with Flat Files and...

Wednesday, November 27th 2019, 6:42:49 pm

Picobreed Post Mortem - Alien Breed for Pico8

Saturday, November 2nd 2019, 7:52:26 pm

PicoBreed Breakdown - It’s full of stars

Saturday, November 2nd 2019, 7:44:04 pm

Couch Multiplayer With Pico-8 - Part 1

Saturday, November 2nd 2019, 7:08:51 pm