Dandarawy / OpenGLPuzzleGame

OpenGL Puzzle Game using SFML, A simple step by step tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGLPuzzleGame

Puzzle Game using OpenGL and SFML

Gameplay:

  • The goal is simple, try to send the yellow cube to the target (red tile).
  • Move the cube using Arrows
  • The cube will move continuously till it hits a block or reach the end of the map.

Build:

The game is created using Visual Studio 2015, upgraded to v141 platform tools and linked to static versions of the SFML and GLEW libraries. If you are using Visual Studio 2017, you don't need any specific configuration, just open the .sln file and build in debug and x86. If you are using Visual studio 2015 downgrade the Platform Toolset to v140 and build the project in debug mode and x86

About

OpenGL Puzzle Game using SFML, A simple step by step tutorial.


Languages

Language:C++ 71.1%Language:C 28.8%Language:GLSL 0.1%Language:CMake 0.0%