This is a simple educational openGL project that looks similar to Crossyroad game (with some differences).
- Open the project using and C++ IDE (xCode preferred).
- Modify the paths of the resources (Shaders, Sounds, Models, ...etc) in
main.cpp
- Run the project
- Enjoy!
- Use the arrows to move the penguin.
- Avoid being hit by any moving vehicle.
- Try to reach safe lanes to have a rest :D
- Collect gems as much as as you can.
- irrKlang
- Freetype 6
- Assimp 3.3.1
- SOIL
- GLFW 3.2
- GLEW 2.0.0
- OpenGL framework
To enable auto run (The penguin plays on its own):
Set the 2nd parameter of AutoRun
class constructor to true
in main.cpp:57
The functionalitiy of auto run isn't working in the best available way, but if you like give it a try