Add a Projects section with non-game projects made with Godot

This commit is contained in:
Hugo Locurcio 2020-01-05 21:32:54 +01:00
parent 928552fc71
commit 9bc2defda7
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -9,6 +9,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
- [Games](#games)
- [2D](#2d)
- [3D](#3d)
- [Projects](#projects)
- [Demos](#demos)
- [Tutorials](#tutorials)
- [Text tutorials](#text-tutorials)
@ -58,6 +59,13 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
- [Super Tux Party](https://anti.itch.io/super-tux-party) - A free/libre and open-source party game that is meant to replicate the feel of games such as Mario Party (Godot 3.1).
- [Veraball](https://github.com/Veraball/veraball) - Free "roll the ball" game. Collect coins and reach the finish, without falling out of the level (Godot 2.0).
## Projects
*Non-game projects made with Godot (tools/utilities).*
- [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) - 2D pixel art editor (Godot 3.1).
- [Material Maker](https://github.com/RodZill4/godot-procedural-textures) - Create PBR materials procedurally (similar to Substance Designer) (Godot 3.1).
## Demos
*Demos to learn GDScript, its concepts, and various game features.*