forked from genewildish/Mainline
Story: Pygame Display Backend #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement display backend using Pygame for local windowed display.
Why
Pygame provides a simple windowed display mode for local testing and development without requiring a terminal.
Implementation
engine/display/backends/pygame.pyalready existsStatus
Part of Epic #20