This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
Releases: geekymoose/ice-engine-3d
Releases · geekymoose/ice-engine-3d
Standalone build version
Cleaned build version
The build system has been update so that no system-wide dependencies are required. You can download the zip and execute it. The game itself remains the same as the original "46h version" (except that you can close the game with ESC)
# Run from archive (Linux only)
tar -zxvf ice-engine-3d.tar.gz
cd ice-engine-3d
./ice-engine
Original gamejam version (46h)
46h GameJam version
This is the engine state 46h after it was just created during the CreativeJam. As ugly as it is! (Well no! Ice engine is beautiful!) If you are crazy enough to go over the code, you may find some 'easter eggs'. From variable with stupid name to super useless comment. This is GameJam style!
Requirements
- OpenGL 3.3 (e.g., use glxinfo to check if supported)
- glfw3 (must be installed system-wide)
Run from archive (Linux only)
tar -zxvf ice-engine-3d.tar.gz
cd ice-engine-3d
./ice-engine
Run from sources (Linux only with CMake)
Requires C++11, pragma once support and CMake 2.8.2 or more (tested with CMake 3.10).
To compile and run with CMake:
mkdir build
cd build
cmake ..
make run