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: 3 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-11T00:51:40.000Z (3 months ago)
- Last Synced: 2026-03-11T04:15:36.773Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.29 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 `script\build.bat`. On Linux, run `./script/build.sh`.