lordmauve / lordmauve/pgzero

Add support for SNES-style gamepads

Open
#70 12 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
611
Forks
211
PR merge metrics
No merged PRs in 30d

Description

USB SNES-style gamepads are extremely cheap and I understand they are compatible without extra drivers across operating systems. The SNES gamepad can be seen as a lowest-common-denominator across modern gamepads, as nearly all more modern gamepads have at least as many buttons and axes.

Supporting gamepads would make a useful addition to let people create more fun games.

However, Pygame Zero should not **require** a gamepad, nor should users be able to create games with Pygame Zero that can only be played with a gamepad.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Clarify the supported controls, public API, and compatibility expectations before locating the relevant input code. Done means SNES-style gamepads are supported without making them mandatory or preventing keyboard-based games.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.