Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchakoshy/a2d-engine
Experimental 2d game engine
https://github.com/vchakoshy/a2d-engine
cplusplus ecs game-engine-2d
Last synced: about 2 months ago
JSON representation
Experimental 2d game engine
- Host: GitHub
- URL: https://github.com/vchakoshy/a2d-engine
- Owner: vchakoshy
- Created: 2024-01-16T12:21:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T07:00:05.000Z (9 months ago)
- Last Synced: 2024-04-01T07:38:55.659Z (9 months ago)
- Topics: cplusplus, ecs, game-engine-2d
- Language: C++
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a2d-engine
Experimental 2d game engine with C++ and Lua
## run game
```bash
make && make run
```## Screenshot
![screenshot](./Screenshot.png)