From 32b60297c85cfe88b62f6f107e4a696da9a2cf55 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 30 Oct 2025 17:00:01 -0700 Subject: [PATCH] Update README.md --- modules/games/README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/modules/games/README.md b/modules/games/README.md index 8430b6a..ccc2ca2 100644 --- a/modules/games/README.md +++ b/modules/games/README.md @@ -718,4 +718,34 @@ This module implements a survey system for the Meshtastic mesh-bot. --- -**Written for Meshtastic mesh-bot by K7MHI Kelly Keeton 2025** \ No newline at end of file +**Written for Meshtastic mesh-bot by K7MHI Kelly Keeton 2025** + + + +___ + +Pay no attention to the.. + +'pygame - Community Edition' ('pygame-ce' for short) is a fork of the original 'pygame' library by former 'pygame' core contributors. + +It offers many new features and optimizations, receives much better maintenance and runs under a better governance model, while being highly compatible with code written for upstream pygame (`import pygame` still works). + +**Details** +- [Initial announcement on Reddit]() (or https://discord.com/channels/772505616680878080/772506385304649738/1074593440148500540) +- [Why the forking happened]() + +**Helpful Links** +- https://discord.com/channels/772505616680878080/772506385304649738 +- [Our GitHub releases]() +- [Our docs](https://pyga.me/docs/) + +**Installation** +```sh +pip uninstall pygame # Uninstall pygame first since it would conflict with pygame-ce +pip install pygame-ce +``` +-# Because 'pygame' installs to the same location as 'pygame-ce', it must first be uninstalled. +-# Note that the `import pygame` syntax has not changed with pygame-ce. + + +--- \ No newline at end of file