Multiplayer Arena: A split-screen multiplayer FPS

I’ve extended my split-screen multiplayer FPS engine, and improved the graphics style to create Multiplayer Arena. As the name implies, it’s a split-screen multiplayer game where up to 4 players can battle it out in a variety of game modes.

There’s currently skirmish (a straight battle), King of the Hill, Dodgeball, Bladerunner (hunt down rogue AIs) and Clone Wars (lots of identical models making finding the enemy hard).

5048MM2NU8s

A scene from Clone Wars:

Here’s a new video showing the latest features, mainly lots of new scenery models and explosions and improved Game Mode selector screen.

LypENdUW9yA

How did you make the level/s?

The levels are quite basic and semi-randomly generated. I’ve divided the play area into a 3x3 grid, and each sector can either have a giant box (with a sloping ramp and a lift on the sides), a box-pyramid or just be flat. I then randomly add floating walkways at random positions running across the full length of the play area, with front to back or left-right.

Okay but how did you build the level? Did you use some sort of map editor or just made a array of bytes indicating which object you will place at that point

No, it’s all manually coded. Each potential item is programmed manually (mainly using JME’s “Box” mesh), e.g.if it’s (what I’ve called) a “skyscraper” in that sector, draw a box at x,z with a width & depth 7, with a random height. If it’s a pyramid, draw 3 boxes on top of each other, getting smaller as they go up.

Ahh cool that makes sense, was just wondering as I’m trying to figure out the best approach for quick level design :slight_smile:

I’ve just released this. It can be downloaded from GameJolt: https://gamejolt.com/games/multiplayerarena/283164

I’ve just released the source to this if anyone is interested:-

https://bitbucket.org/SteveSmith16384/overwatchclone