Play game
Risk Paper Scissors's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #226 | 1.225 | 3.000 |
Innovation | #233 | 1.633 | 4.000 |
Theme interpretation | #248 | 1.633 | 4.000 |
Gameplay | #268 | 1.225 | 3.000 |
Graphics | #276 | 1.225 | 3.000 |
Overall | #276 | 1.225 | 3.000 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository
https://github.com/cparlette/riskpaperscissors
Theme interpretation
Risk with battles decided by Rock Paper Scissors
Leave a comment
Log in with itch.io to leave a comment.
Comments
I don't know how to run this game.
Thanks for posting! You'll need to install python3 and pygame to run it, then clone the repo and run "python3 main.py". Installation of python3 and pygame is dependent on your OS, but some instructions can be found at https://www.python.org/downloads/ and https://www.pygame.org/wiki/GettingStarted
Let me know if that helps!
Nice game :)
You should package the game so people without Python + pygame can run it !
Thanks for the feedback! I tried packaging it using pyinstaller, py2app, and cx_freeze, but they were all frustrating me before the game jam submission date. I'll try to get those working even though the game jam is over. Thanks for checking it out!