https://github.com/z3ut/dot-net-game-engine
Elementary game engine with simple game level implementation
https://github.com/z3ut/dot-net-game-engine
Last synced: 5 days ago
JSON representation
Elementary game engine with simple game level implementation
- Host: GitHub
- URL: https://github.com/z3ut/dot-net-game-engine
- Owner: z3ut
- Created: 2020-05-17T11:37:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T11:38:13.000Z (about 6 years ago)
- Last Synced: 2025-03-03T11:35:55.100Z (over 1 year ago)
- Language: C#
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET Game Engine
Elementary game engine with simple game level implementation.
Game engine supports collision and visibility detection. Graphics implemented with glorious ASCII. Primitive AI can detect and chase after player. Levels and object properties serialized in json.
