godot-kolonio/README.md
Louis Hollingworth 0b61e41639
Finally got a grid loaded on the screen.
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2023-07-08 19:37:47 +01:00

11 lines
645 B
Markdown

# Kolonio
<div align="center">
<a href="https://git.ludoviko.ch/lucxjo/godot-kolonio/src/branch/main/LICENSE"><img alt="Static Badge" src="https://img.shields.io/badge/license-GPL--3.0-ef9f76?style=for-the-badge&labelColor=363a4f&link=https%3A%2F%2Fgit.ludoviko.ch%2Flucxjo%2Fgodot-kolonio%2Fsrc%2Fbranch%2Fmain%2FLICENSE">
</a>
</div>
Just a project for me to learn Godot 4 with Rust. I'm following a [YouTube Tutorial](https://www.youtube.com/playlist?list=PLM-hFhoXjVl1hq0j9lxgRCzxkBpDZhDlT)
to make this game.
The video covers using GDScript, which is a bit too much like python for me,
so I'm converting the code to Rust as I follow along