
What is Platshoot?
Platshoot is a free and open source 2D game where you evolve like in a generic fast-paced platformer, except that you're equipped with weapons.
You are equipped with a pistol, a chaingun and a jetpack, use them to beat the enemies and reach the level exit without dying.
You can acquire credits by killing enemies and collecting credit boxes, then spend them in shops to purchase ammo.
Platshoot uses assets from Freedoom, and uses Godot's particle and light effects extensively.
Controls
- W/A/S/D, Z/Q/S/D or ↑/←/↓/→: Move and jump
- Shift: Jetpack
- Left mouse button: Attack
- Right mouse button or E: Use
- KP+, KP-, KP0: Zoom
- Mouse wheel: Change weapon
- Ctrl+K: Suicide
- F11 or Alt+Enter: Toggle fullscreen
Download
You can find the project on GitHub. You can download a .zip of the project or clone it using Git, then import it in the Godot project manager.
If you want to play directly without downloading Godot, you can download it from here. Those binaries support Windows, OS X and GNU/Linux but they may not always be up-to-date.
The code is available under the MIT license, assets are under BSD 3-Clause (for Freedoom assets) or similar free culture licenses.
To-do
- Add music
- Add sound volume control
- Add more levels (only 2 right now)
- Add more enemies (only 1 right now)