Bruce

Nov 22, 20202 min

Let's create an MPAGD game - Part 1 - Getting Started

Updated: Oct 30, 2021

I thought it might be useful to create an entire MPAGD game from scratch and blog about it. I doubt we'll end up with anything particularly ground-breaking, but you never know...we'll see where it takes us.

For the purpose of this blog series, I'm going to be writing a game for the ZX Spectrum, but once we've finished the game, we'll look at the options for converting it to other platforms.

Download & install MPAGD

First, we're going to need to download and install the latest version of MPAGD, at the time of writing this was version 0.7.10. You can always download the latest version from Jonathan Cauldwell's itchio page here https://jonathan-cauldwell.itch.io/multi-platform-arcade-game-designer

IMPORTANT: wherever you install it, make sure there are no spaces in the path...otherwise you will run into issues later. So, if you were going to install into a folder called \ZX Spectrum\ don't...install it in \ZXSpectrum\ instead.

Open up MPAGD

In the folder that you installed MPAGD open up WinAGD.exe

Two windows will open up

The MPAGD Editor:

We're going to be doing all our work in the MPAGD Editor, this is where we create our game.

The Console

When we build our game to test it, the console will display important information - such as errors.

Next, we'll choose our target platform, From the Machine menu, select the computer you want to design the game for - I'm going to select ZX Spectrum (note that by default, if you dont select a machine, MPAGD will use the ZX Spectrum ULA by default, for old time Speccy users this will confuse you as to why the colours look odd...more on that another time)

Now that we have MPAGD installed, let's start building a game.

The order that you do this in is entirely up to you, maybe you've got a fantastic idea for a game already...but chances are you just want to start messing around to see what you can do.

In most games, you'll be controlling a character on screen, so that's a good place to start....lets create our hero and draw a player sprite...

NEXT: Part 2 - The Sprite Editor

    27000
    8