APC

Set up a game development system

This is very much a learning process. Once you’ve created your first game, it gets a lot easier to do your second and third. We’re creating a simplified version of Atari’s classic arcade game Missile Command.

You have to defend six cities from incoming missiles with your batteries of ABMs (anti-ballistic missiles). Using the mouse, you click a point to intercept a missile and fire an ABM. Once the ABM reaches that point, it explodes, and if the explosion hits the incoming missile, it is destroyed.

As it stands, the game could be expanded on. Here are some ideas of how you could enhance it. For instance, you might give it difficulty levels. Maybe when you start the game the first level only has five missiles. After those are fired, you’re on level two and have more missiles. Also, you could increase the difficulty by making the missiles faster. You could have a difficulty multiplier that goes from 1.0 to 2.5 by 0.1 per level. Multiply xvel and yvel by this and your missiles will move faster.

Another way to make the game more difficult is by reducing the time between missiles being fired at higher levels. A high score table would be nice, too, with score, initials and date saved out to a text file and reloaded each time the game is run.

Going around in circles

Before you write any code, you need to figure out whether the game can work on your hardware. Arcade games have hardware assistance for sprites and fast graphics. The Raspberry Pi 4B

You’re reading a preview, subscribe to read more.

More from APC

APC5 min read
Skype vs Teams
SKYPE | PRICE Free WEB www.skype.com TEAMS | PRICE Free/$9 per month WEB www.microsoft.com Two apps that do the same thing, owned by the same company, that run on the same platforms and are even interoperable. It may seem strange that one hasn’t bee
APC2 min read
Cobalt Core
PRICE $29.50 PLATFORM PC, Switch WEB braceyourselfgames.com/cobalt-core Cobalt Core is full of triumphant moments. It’s a series of wonderfully tense turn-based spaceship standoffs. You’ve got your little ship, a handful of cards that let you move, f
APC2 min read
Reviews
35 Asus Zenbook 14 OLED 36 Acer Helios Neo 18 37 Samsung 990 Evo 38 MSI MPG 321URX QD-OLED 39 Samsung Odyssey G9 OLED 40 Benq XL2546X 41 Thermaltake Tower 300 Micro Case 42 Sapphire 7600 XT 43 Sapphire Nitro+ RX 7900 GRE 45 XP Pen Artist Pro 16 44 Wa

Related