https://github.com/connorsweeneydev/csengine
A game engine for creating 2D/3D hybrid pixel art games with ease.
https://github.com/connorsweeneydev/csengine
Last synced: 26 days ago
JSON representation
A game engine for creating 2D/3D hybrid pixel art games with ease.
- Host: GitHub
- URL: https://github.com/connorsweeneydev/csengine
- Owner: ConnorSweeneyDev
- Created: 2025-07-14T18:23:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-19T14:44:27.000Z (about 1 month ago)
- Last Synced: 2026-06-19T16:36:55.845Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CSEngine
A game engine for creating 2D/3D hybrid pixel art games with ease.
## Build
This project uses my zero dependency bootstrapped build system [CSBuild](https://github.com/ConnorSweeneyDev/CSBuild).\
On Windows, run `csb\script\build.bat`. On Linux, run `./csb/script/build.sh`.