Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Original gamejam version (46h)

Compare
Choose a tag to compare
@geekymoose geekymoose released this 15 May 01:50
· 12 commits to master since this release

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

ice-engine-screenshot