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: 3 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T08:20:35.000Z (5 months ago)
- Last Synced: 2024-12-14T01:29:46.081Z (5 months ago)
- Topics: game-development, game-engine, gamedev, sdl, sdl2, sdl2-image
- Language: C++
- Homepage:
- Size: 158 KB
- Stars: 3
- 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.

## 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: