https://github.com/weakknight/knightsoul
a basic 2d game framework, work in progress
https://github.com/weakknight/knightsoul
2d-game-engine 2d-game-framework macos
Last synced: about 1 month ago
JSON representation
a basic 2d game framework, work in progress
- Host: GitHub
- URL: https://github.com/weakknight/knightsoul
- Owner: WeakKnight
- Created: 2017-03-18T15:05:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T14:32:03.000Z (about 8 years ago)
- Last Synced: 2025-03-29T21:11:19.852Z (about 2 months ago)
- Topics: 2d-game-engine, 2d-game-framework, macos
- Language: C++
- Size: 1.95 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# KnightSoul
a basic 2d game framework, work in progress
## RoadMap
1. remake a basic 2d scroller game
2. add audio
3. replace glm with my math class
4. replace stl container class
5. self memory allocator
6. resource editor
7. implementation c++ reflect
