Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosecseccot/top-down-game-engine
Just a game/game-engine that I'm making to learn
https://github.com/cosecseccot/top-down-game-engine
game-development game-engine gamedev sdl sdl2 sdl2-image
Last synced: 10 days ago
JSON representation
Just a game/game-engine that I'm making to learn
- Host: GitHub
- URL: https://github.com/cosecseccot/top-down-game-engine
- Owner: CosecSecCot
- Created: 2024-11-06T16:24:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:36:10.000Z (about 1 month ago)
- Last Synced: 2024-11-22T15:33:45.912Z (about 1 month ago)
- Topics: game-development, game-engine, gamedev, sdl, sdl2, sdl2-image
- Language: C++
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top Down Game
This project started as a sample game to learn SDL2, then it evolved into a 2D Game Engine.
![TopDownGame](https://github.com/user-attachments/assets/66745684-8fab-49b4-8a91-c1b37ba86719)
## How To Run
CMake Generate:
```cmake -D CMAKE_BUILD_TYPE=build -D CMAKE_EXPORT_COMPILE_COMMANDS=ON -S . -B build```
CMake Build:
```cmake --build build```
### Resources
Player Sprite:
Tileset: