From 4eae5028c2fbcc1e28f996e9b9d7bf48538bd556 Mon Sep 17 00:00:00 2001 From: nightscout01 Date: Sun, 6 Dec 2020 11:01:16 -0800 Subject: [PATCH] Mark Blitz3D as open source (#236) Blitz 3D is an open source game engine, it has been released under the zlib license as seen on its github repo. https://github.com/blitz-research/blitz3d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cab918..633171c 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Code * :tada: [bitsy](https://ledoux.itch.io/bitsy) - A little editor for little games or worlds. The goal is to make it easy to make games where you can walk around and talk to people and be somewhere. * :tada: [Bladecoder](https://github.com/bladecoder/bladecoder-adventure-engine) - Classic point and click adventure game engine and editor. * :money_with_wings: [Blend4Web](http://www.blend4web.com/) - A Javascript framework for creating and displaying interactive 3D computer graphics in web browsers. -* [Blitz3D](http://www.blitzbasic.com/Products/blitz3d.php) 3D basic-like programming language for fast 3D desktop games. +* :tada: [Blitz3D](http://www.blitzbasic.com/Products/blitz3d.php) 3D basic-like programming language for fast 3D desktop games. * :tada: [Box2D](http://box2d.org/) - A 2D Physics Engine for Games. * :tada: [Bullet](http://bulletphysics.org/wordpress/) - Real-time physics simulation. * :tada: [Cerberus X](https://www.cerberus-x.com/wordpress/) - Multi-platform programming language and cross-compiler, aimed at fast game programming.