Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrooij/hitguess
Simple generator of cards for a Hitster like game
https://github.com/rrooij/hitguess
Last synced: 5 days ago
JSON representation
Simple generator of cards for a Hitster like game
- Host: GitHub
- URL: https://github.com/rrooij/hitguess
- Owner: rrooij
- License: agpl-3.0
- Created: 2024-01-31T21:30:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T16:45:38.000Z (12 months ago)
- Last Synced: 2024-11-12T00:40:05.073Z (2 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HitGuess
Simple clone of the HitSter game in which players guess a song, its artist and the year of release. It accepts an arbitrary Spotify playlist and generates game cards from them with a QR code to the Spotify song.
This means that you can make a lot of variations for different kind of audiences. Want to play with your kpop loving friends? Generate a card game with a kpop playlist! Want to keep it at the more general hits? Use the default Dutch playlist.
Example of the generated HTML (it still has to automatically align when printing and get to fit everything on A4): https://hitguess.pages.dev/
## Running
Be sure to install the dependencies with `poetry` and run `python3 hitguess/main.py [playlist_id]`
## Remarks
Developed this rather fast and dirty. The HTML does not print that well currently.
## License
AGPLv3