mki1967 / mki3dgame

A game of searching (in 3D stages designed with https://mki1967.github.io/mki3d/ )
https://mki1967.github.io/mki3dgame/
GNU General Public License v3.0
3 stars 0 forks source link
game go-gl golang opengl

mki3dgame Build Status

Searching for objects in 3D stages. This game uses stages designed with MKI3D web 3D editor.

In the game, you have to collect tokens scattered in the stages and avoid being captured by the monsters.

See example screencast at YouTube

If you build the game from source code or use the AppImage (which is not sandboxed), then you can run the game with the path to your own assets directory as the command line argument.

The assets directory has the following sub-directories:

You can design your own stages and the shapes of monsters or tokens with MKI3D Modeler. The best way is to copy the assets directory and replace the files in the respective sub-directories 'stages', 'monsters', or 'tokens' of the main assets directory with your own designs. Shapes of the monsters, tokens and stages are selected randomly from each sub-directory for each stage.

To build the the game from the source code with Go compiler you need the following packages:

This project has been moved here from the collection of Go program demos at https://github.com/mki1967/test-go-mki3d.git

INSTALLATION FROM THE SOURCE CODE REPOSITORY