Skip to content

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

Notifications You must be signed in to change notification settings

Dandarawy/OpenGLPuzzleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages