Mortar Combat
About
Multiplayer 3D FPS written in Common Lisp using cl-bodge game engine.
Requirements.
- OpenGL 4.1+
- 64-bit OS (x86-64 GNU/Linux, macOS, Windows)
- OpenAL (Windows only)
License: GPLv3
Source code: GitHub
Controls:
- Movement - WASD
- Shoot da ball - left mouse button
- In-game menu with score table - Escape
Troubleshooting.
Hangs:
Due to time constraints, some error handling code was omitted, so game might hang sometimes. Most likely reason: player or arena name is already taken. Just restart the game (Alt+F4 or clicking exit button) and try different name. To be fair, there's error hangling code for that, but not for GUI, my apologies.
Clipping through walls:
It is a feature. But really, just didn't have time to implement blocking.
Balls and dudes are not cleared up/Bad performance:
Not a feature, but that's a known issue - I blame deadlines.
No sound:
Not a bug, but missing feature. I wish I had time to find some tunes for the game.
No fullscreen/crappy resizing:
Known missing feature. Sorry, wasn't a priority.