top of page
  • Writer's pictureBruce

Vertical Shmup - Part 2 - Setting up the play area

I'm going to use Imagine's classic Arcadia as the basis for the game. I remember Arcadia being the first Spectrum game I saw, I was a ZX81 owner at the time, but someone at my school had a Spectrum on order and eventually received an Issue 1. He loaded Arcadia on it, and I was blown away by the colour, sound and speed of the game.


I was envious!


It took me a while to save up for a Spectrum, having to do odd jobs and sell my beloved ZX81 (for £60!) to raise enough cash for the Speccy, I could only afford the 16K version, but that was OK, Arcadia would run on a 16K, it was, of course, the first game I purchased.


OK, enough nostalgia, let's take a look at making 'Return to Arcadia' our MPAGD homage to this 8-bit classic!


The first thing I'm going to do is to define the play area;


MENU: EDITOR > WINDOW SIZE (beginner tutorial here)


Arcadia uses the whole screen aside from the top row, so I'm going to do the same, I'll also position the score, high score and lives in the top row.



Next, we'll create the first screen, Arcadia only had one screen layout, with a simple column of blocks down the left and right edges that the player couldn't pass through, so we will do the same.


MENU: EDITOR > BLOCKS (beginner tutorial here)


I'll just edit the default Block #1 so that it looks like edge of Arcadia:




Next, we'll add our edge block to the first screen:


MENU: EDITOR > SCREENS (beginner tutorial here)



That'll do for now.



NEXT: PART 3: SETTING UP THE PLAYER SPACESHIP


80 views0 comments

Recent Posts

See All

Vertical Shmup - Part 1 - Introduction

A couple of people have asked for some tutorials on creating a Vertical Shoot-em up with MPAGD, something along the lines of Imagine's classic, Arcadia. This sounded like a good challenge....but one I

Want to support my work?....Buy my games!

aboutME

Hello, I'm Bruce and I write games for old 8bit computers using Jonathan Cauldwell's excellent Multi-Platform Arcade Games Designer (MPAGD)

​

I've written a few successful* games for the Sinclair ZX Spectrum and MSX platforms that have been (largely) well received including Twenty Four Hour Parsley People scoring a 10 out of 10 on Planeta Sinclair.

​

In my blog I am sharing lots of the code that I wrote for my games, in a way that you can use in your own games.   I've commented it so that you'll learn some of the techniques I use to create interesting new mechanics and help your games stand out from the pack.

​

MPAGD includes lots of standard scripts, they're great to get you started, but if you're new (or just rusty) when it comes to writing code, hopefully my tutorials will help you get started and  turn your imagination into awesome 8 bit games!

​

​

All my code is free to use and do with as you please, but if you find them useful please feel free to buy me a coffee ...or better still - buy or download my games :)

​

*successful is a very relative term in 8bit computer games

​

bottom of page