exilief 3984492e0b Updates to compile with MinGW 7.2 + small fixes (#13)
* Added missing headers to compile with MinGW 7.2. Added support for Glad instead of GLEW with USE_GLAD.

* [BlockFurnace] Fixed smelting timer. Bit shifting u16(32) by <<16(32) is undefined behaviour.

* #undef M_PI and redefine to ensure portability
2018-11-20 02:49:59 +01:00
2018-07-09 13:52:31 +02:00
2018-06-20 05:43:52 +02:00
2018-07-06 16:27:14 +02:00
2018-06-30 00:56:39 +02:00

KubKraft

By gnidmoo

  • KubKraft is a Minecraft-like game.

Keys

  • Movement: WASD
  • Inventory: E
  • Jump: Space
  • Jetpack: X
  • Exit: Escape

How to compile

  • Dependencies:
  • Run cmake . at the root of the game folder
  • Run make, wait, run the game and enjoy!

Previous version

  • Here is the commit matching the end of the first version made in 2013.
  • And here is the commit matching the end of the rewrite made in 2014.
Description
No description provided
Readme 32 MiB
Languages
C++ 90.8%
Lua 6.9%
CMake 1%
GLSL 0.9%
Shell 0.4%