https://github.com/dandarawy/openglpuzzlegame
OpenGL Puzzle Game using SFML, A simple step by step tutorial.
https://github.com/dandarawy/openglpuzzlegame
game opengl sfml tutorial
Last synced: about 1 year ago
JSON representation
OpenGL Puzzle Game using SFML, A simple step by step tutorial.
- Host: GitHub
- URL: https://github.com/dandarawy/openglpuzzlegame
- Owner: Dandarawy
- Created: 2016-10-15T22:52:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T04:16:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T03:34:33.044Z (about 1 year ago)
- Topics: game, opengl, sfml, tutorial
- Language: C++
- Homepage:
- Size: 5.94 MB
- Stars: 15
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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