Killer Crates - Multiplayer same-screen FPS

I’ve recently started development on a same-screen multiplayer game called Killer Crates. At the moment it’s a clone of What the Box, since that game allowed me to get something up and running quickly that was also fun and didn’t require any special 3D models.

Each player controls a crate, and must shoot the other players. However, every player looks exactly the same, and there are also lots of other identical crates, which makes for a very tense game as you don’t know which crate is another player. Only if they move can you tell, but then once you move, you give yourself away (if your opponents are looking in your direction)

1qlCDqIQikM

I’ve used JMonkeyEngine for the 3D. It has built in physics, which you can see from the falling planks.

Now that this version is complete, and going to develop it into a more complex game, maybe something like Goldeneye (eventually!) or a co-op FPS against enemy AI, with character classes like Overwatch.

The game can be downloaded from http://gamejolt.com/games/killercrates/270149

Nice little demo :slight_smile: I’ve never used JMonkey before, but it seems like a good little prototyping engine.

Thanks. IMHO JME is great, not just for prototyping. It’s very easy to get an FPS up and running with physics etc…

I’ve just discovered how easy it is to add shadows in jMonkeyEngine:

I’ve also decided that this game is far too similar to What the Box, so I’m going to change the boxes to furniture. That way, no one will know I’ve ripped of someone else’s idea.