Skip to content

Dandarawy/OpenGLPuzzleGame

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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