This project is in a very early development state.
This project is a remake of Momen 3D: Fall of Mankind, a game I made for the 2nd PGD Challenge. You can download the original game, with a few bug-fixes from SourceForge. Please be indulgent as the game was developed in one month while the engine was designed and implemented the week before.
This remake will use A3dge V1, which is just the original engine with a few improvements and bugfixes.
You'll need Lazarus and FreePascal. Be sure it's Lazarus 4.0+ and FreePascal 3.2+ or it may not compile correclty.
Open file src/game/momen3d.lpi with Lazarus. Then compile using the menu
option Run>Compile. The executable will be generated in the bin/
subdirectory.
Right not it's still not a game. It just shows a menu you can navigate using
mouse or keyboard. Selecting Play it will load a simple scene you can
navigate using the mouse and keys WASD and QE. Press Esc to exit.
If program freezes just press Esc until it closes.