https://github.com/shijbey/pyreigns
Python clone of the tinder-style swiping game, Reigns
https://github.com/shijbey/pyreigns
Last synced: 2 months ago
JSON representation
Python clone of the tinder-style swiping game, Reigns
- Host: GitHub
- URL: https://github.com/shijbey/pyreigns
- Owner: ShiJbey
- Created: 2023-02-15T20:08:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T20:09:06.000Z (over 2 years ago)
- Last Synced: 2025-02-02T18:44:57.387Z (4 months ago)
- Language: Python
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyReigns
This is a Python clone of the game, Tinder-style swiping story game, Reigns.
I created this clone to provide an interactive way for people to experience content
from Neighborly. Noah Wardwrip-Fruin gave me this idea during one of our meetings.## To-Do's
### Major list
- [ ] Add yes/no prompts that appear when the card center position reaches left/right thresholds
- [x] Trigger an event when the card is moved past the left/right thresholds and released### Minor list
- [ ] Add text alignment options and center the prompt text
- [x] Add rotation to card sprite as it moves away from the center
- [ ] Constrain card movement along a single arc and change y-position based on the dy of the mouse position