Starter kit: Drone
Drone is a multiplayer deathmatch "Robotron" 3D (topview) with rhythmic gameplay.
You need a controller to play this starterkit, or just adapt the source to use the keyboard (HINT: look in the class PlayerObject, method UpdateInput).
long concept:
Hot-seat multiplayer (max 4 players) game with robots who go against eachother in order to get the most kills.The gameplay is mediated by the "Function Sequencer Engine" (FSE), which executes functions according to a pre-defined rhythm.
This rhythm can be defined through the "Sequencer Tool" (ST).
The "Sequencer Tool" allows the user to design the course of a level by (visually) matching the user's chosen music to the game elements in a sequencer grid.
The game's elements (in our case: moving walls/platforms, shooting lasers) are functions that trigger an event in the level
You will also need some to run this starterkit, download here.