https://github.com/thermionik/winmainmaze
This is a 3-dimensional sokoban game for windows made with OpenGL and the WinMain functionality found in winbase.h
https://github.com/thermionik/winmainmaze
3d-game-demo 3d-graphics-demo opengl sokoban windows-game winmain
Last synced: 3 months ago
JSON representation
This is a 3-dimensional sokoban game for windows made with OpenGL and the WinMain functionality found in winbase.h
- Host: GitHub
- URL: https://github.com/thermionik/winmainmaze
- Owner: thermionik
- License: gpl-3.0
- Created: 2025-01-04T21:53:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:27:36.000Z (9 months ago)
- Last Synced: 2025-03-02T01:29:46.455Z (7 months ago)
- Topics: 3d-game-demo, 3d-graphics-demo, opengl, sokoban, windows-game, winmain
- Language: C
- Homepage:
- Size: 50.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinMainMaze
Thanks to all this project's contributors! dr0ptpacket, 0ctothorpe, and da r0b0h0b0.
This is a 3-dimensional sokoban game for windows made with OpenGL and the WinMain functionality found in winbase.h
WinMain initializes the application, displays its main window, and enters a message retrieval-and-dispatch loop that is the top-level control structure for the remainder of the application's execution. This program is heavily reliant on this framework.
# Bugs and features:
There is a working particle explosion effect, that can be placed into the world and will animate over and over.
The gun does not actually shoot yet.
This is a pretty old project, who knows what I'll do with it.