https://github.com/excessive/love-game-patterns
the same game implemented multiple ways, as an example of multiple common approaches (simple ECS, OOP, plain, ...)
https://github.com/excessive/love-game-patterns
example-code game-development love2d lua
Last synced: 7 months ago
JSON representation
the same game implemented multiple ways, as an example of multiple common approaches (simple ECS, OOP, plain, ...)
- Host: GitHub
- URL: https://github.com/excessive/love-game-patterns
- Owner: excessive
- License: unlicense
- Created: 2019-06-06T21:05:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T21:14:35.000Z (over 6 years ago)
- Last Synced: 2025-04-02T07:11:16.412Z (9 months ago)
- Topics: example-code, game-development, love2d, lua
- Language: Lua
- Size: 6.84 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# love-ecs-oop-comparison
the same game implemented multiple ways, as an example of multiple common approaches (simple ECS, OOP, plain, ...)