From c653254d0bfcae74c7de0fc27386bc9ad0ee4c99 Mon Sep 17 00:00:00 2001 From: Vanshaj Bhatnagar <63310123+thePrankster@users.noreply.github.com> Date: Sun, 12 Jul 2020 10:20:57 +0530 Subject: [PATCH 1/2] Added Arcade Added Arcade framework in game development category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 608e443..e78a01d 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Harfang3D](http://www.harfang3d.com) - Python framework for 3D, VR and game development. * [Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney. * [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. +* [Arcade](http://www.arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound. * [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D. * [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs. * [PySDL2](https://pysdl2.readthedocs.io) - A ctypes based wrapper for the SDL2 library. From e5db471ddb9511c39ef6ecb1e1e899f55c1c5090 Mon Sep 17 00:00:00 2001 From: Vanshaj Bhatnagar <63310123+thePrankster@users.noreply.github.com> Date: Sun, 12 Jul 2020 10:23:34 +0530 Subject: [PATCH 2/2] Added Arcade Added Arcade framework in game development category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78a01d..0ccb335 100644 --- a/README.md +++ b/README.md @@ -679,7 +679,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Harfang3D](http://www.harfang3d.com) - Python framework for 3D, VR and game development. * [Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney. * [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. -* [Arcade](http://www.arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound. +* [Arcade](https://arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound. * [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D. * [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs. * [PySDL2](https://pysdl2.readthedocs.io) - A ctypes based wrapper for the SDL2 library.