-
Description:
Enhance the README.md for the /pygames directory. Add more information about:
How to install Pygame.
How to contribute new games.
Guidelines for folder structure when su…
-
Functions such as blit text for easily adding text, load assets for loading a directory, a basic button class, and a function for loading sprite sheets, and a function which easily allows multithreadi…
-
# Docs Rework
Pygame-ce documentation is old and has a bunch of legacy stuff and different formattings. This issue is meant to be a tracker to rewrite pygame-ce docs and have discussion about it.
…
-
Currently it is _possible_ to run PyGame applications in a web browser using projects like [Pyodide](https://pyodide.org/en/stable/) and [pygbag](https://github.com/pygame-web/pygbag) ([see these demo…
-
# Two-Player Tetris (Pygame)
## Project Abstract
Two-player Tetris allows the user to enjoy a competitive game of Tetris with the options of single-player, local PVP (player versus player), and bo…
-
### What would you like to see changed in one sentence?
Use the new pygame-CE logo on the splash screen that could be displayed on boot, before the title screen;
### Elaborate on your suggestion…
-
### Motivation
This project has been sterile for a while. It still has immense potential imo (seeing as there are still no comprehensive text based pygame tutorials I would point to)
### Possible …
-
### Ebitengine Version
2.8+ (6452cbc)
### Operating System
- [X] Windows
- [ ] macOS
- [ ] Linux
- [ ] FreeBSD
- [ ] OpenBSD
- [ ] Android
- [ ] iOS
- [ ] Nintendo Switch
- [ ] PlaySt…
-
I recently have issue halting my pygame program, come to find out it will not quit with `pygame.quit()` when `pygame.init()` is being used to initialize pygame
```python
import pygame as p
p.init()…
-
**Please include the log file**
If the "An error has occurred"-dialog mentions a log file, then please include the log file to this report. A simple "copy-paste" of the log file contents into the re…