source code migrating from gitlab

This commit is contained in:
2026-05-15 15:54:49 -04:00
commit 4bd960f53d
4 changed files with 321 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Game Dev Tutorials
These are tutorials mostly written in C and using RayLib
### 1. Snake Clone
If you want to do game dev, you should start off simple. In the first tutorial we will walk through cloning the very basic snake game.