https://github.com/joknaa/grigame
A grid based game.
https://github.com/joknaa/grigame
Last synced: 7 months ago
JSON representation
A grid based game.
- Host: GitHub
- URL: https://github.com/joknaa/grigame
- Owner: Joknaa
- License: mit
- Created: 2022-06-07T21:49:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T19:00:32.000Z (about 2 years ago)
- Last Synced: 2025-03-28T17:51:31.393Z (7 months ago)
- Language: C#
- Size: 52.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GriGame
This is a curious attamp to experience the world of grid based game, to know how they work, and what are their benefits and limitations.The scope is very simple. **The goal is to create the main systems** needed in this type of games, in a way that is **readable**, **scalable**, and generally **clean**, for future use in other projects.
Check the **project tab** for more info.