From 31bbe764348bd64bfa495f4c180a1067dda8ae93 Mon Sep 17 00:00:00 2001
From: helpcomputer <1068868+helpcomputer@users.noreply.github.com>
Date: Sat, 10 Dec 2022 12:33:39 +0000
Subject: [PATCH] Added Pyxel

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 08c44ed..ce83bb8 100644
--- a/README.md
+++ b/README.md
@@ -701,6 +701,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [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.
+* [Pyxel](https://github.com/kitao/pyxel) - A retro game engine.
 * [RenPy](https://www.renpy.org/) - A Visual Novel engine.
 
 ## Geolocation
-- 
GitLab