From 96a092076b7302cb2b646d1136526719551442b3 Mon Sep 17 00:00:00 2001 From: Kota Weaver Date: Mon, 11 Jul 2022 23:57:39 -0400 Subject: [PATCH] Remove some outdated materials and add games list and libs Removed: - flappy dragon link (broken link) - vtlearn.de/site/dragonruby (looks like it hasn't been updated in a long time) - readthedocs.io page (hasn't been updated) Added: - Akzidenz itch game list - Draco - Smaug - Ruby for Dragons --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07623f7..3a55beb 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Please take a look at the [contribution guidelines and quality standard](https:/ ### Games -* [Flappy Dragon](https://dragonruby.itch.io/flappydragon) ([source](https://gist.github.com/rcgordon/a2a3957405d894e348f40370704c6990)) - A simple Flappy Bird clone * [Games made with DragonRuby on itch.io](https://itch.io/games/tag-dragonruby) +* [Itch Dragonruby Game Collection maintained by Akzidenz](https://itch.io/c/1043933/dragonruby) ## Developer Tools @@ -44,13 +44,14 @@ Please take a look at the [contribution guidelines and quality standard](https:/ ## Libraries, Frameworks and Wrappers * [Zif](https://github.com/danhealy/dragonruby-zif) - A Drop-in Framework for DragonRuby Game Toolkit. +* [Draco](https://github.com/guitsaru/draco) - An Entity Component System for DragonRuby GTK +* [Smaug](https://smaug.dev/) - Installation and package manager for DragonRuby ## Documents & Tutorials & Presentations & Videos ### Documents -* [DragonRubyObjectMethods](https://vtlearn.de/site/dragonruby/) -* [DragonRuby API Documentation](https://dragonruby-docs.readthedocs.io/en/latest/) +* [Ruby for Dragons](https://ejectdrive.com/Ruby_for_Dragons/) - Alternative community supported wiki ### Courses