Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razvan48/game-engine-2d
2D Game Engine
https://github.com/razvan48/game-engine-2d
component-based game-engine opengl
Last synced: about 1 month ago
JSON representation
2D Game Engine
- Host: GitHub
- URL: https://github.com/razvan48/game-engine-2d
- Owner: Razvan48
- Created: 2022-12-23T19:46:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T20:21:28.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T18:36:51.882Z (5 months ago)
- Topics: component-based, game-engine, opengl
- Language: C
- Homepage:
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game-Engine-2D
This is a 2D Game Engine based on Component-Based Design and Entity-Based System.
Several components are implemented in the engine, such as hitbox, texture box, gravity, animation, input and others.
Can be used to build simple 2D games, similar to the Demo.
**Controls for the Demo:**
- WASD for moving around
- Space for jumping