
Finally finished the Windows version of my old iPhone game PokerSnake. The game is a single 3MB exe file with all resources embedded (level files, sprites, sounds, runtime libraries).
Everything is written in OpenGL/C++ with GLFW (opengl wrapper / window manage), GLM (vector/matrix math), soloud (sound playback), stb_image (png loading), and stb_truetype (font loading).
Features:
- Keyboard and gamepad support
- 156 levels
- 2 special game modes
Download for free on the projects page.