
Not Today
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
No game today !
Not enough time
Not enough ideas
too crazy bugs..
but don't leave yet !!
The base for a real game is here, so you have to test it.
Work
although unfinished, i had fun working on:
-Collision detection
-Polygon generation
-A script language to create dynamic geometry from TiledMap Editor
Code
It's done with my own engine
The source is split in two parts:
- Ludum49: the game itself
- chaos: a C++ library, the core of the engine
Otherwise i use the following C++ libraries
- OpenGL (4.5)
- Glew
- Glfw
- Irrklang
- Boost with MPL
- STL
- FreeImage
- Glm
- Tinyxml2
- Freetype
- Nlohmann/json
And
- TiledMap Editor
Sources are publicly given but due to some libraires dependencies, you probably won't be able to compile.
Let me know if you want some informations relative to the code.
GAMEPAD CONTROLS:
Dpad or Left Stick: move player
Start / Select : pause the game
KEYBOARD CONTROLS:
Arrows: move player
F10 : toggle fullscreen
ESC : Pause