An interactive Sliding Puzzle game created using Python and OpenGL. The aim of this game is to arrange the image pieces into the correct order on a grid. Great for sharpening your logic and reflexes!
- Simple yet challenging gameplay.
- 2D visualization using OpenGL.
- Flexibility to set the size of the puzzle grid.
- Interactive input using keyboard or mouse.
- Python: Main programming language.
- OpenGL: For 2D graphics visualization.
- PyOpenGL: Python library for OpenGL.