Cosplay Chase by Finn Stokes
You are excited to wear your new cosplay for the first time at ConventionCon, but things don't turn out as you might have hoped.
Instructions:
Use the arrow keys to move.
Avoid the blue guards.
Survive for as long as you can.
NOTE: I was busy running our local real-world venue, so wasn't able to dedicate as much time to this as I would have liked, so the game is rather incomplete. The original submission had some serious performance issues, so I have made some post-jam optimisations that do not change the gameplay but drastically increase. The Windows executable shouldn't have any dependencies. You can run it on Mac or Linux using Python, as long as you have PyGame (http://www.pygame.org/news.html) and PyTMX (http://www.pygame.org/news.html) installed. Just run src/main.py from the root directory.
Ubuntu step-by-step instructions (courtesy of frnknstn):
* sudo apt-get install python2.7 python-pygame python-pip git
* sudo pip install pytmx
* git clone https://github.com/FinnStokes/cosplay-chase.git
* cd cosplay-chase
* python src/main.py
Instructions:
Use the arrow keys to move.
Avoid the blue guards.
Survive for as long as you can.
NOTE: I was busy running our local real-world venue, so wasn't able to dedicate as much time to this as I would have liked, so the game is rather incomplete. The original submission had some serious performance issues, so I have made some post-jam optimisations that do not change the gameplay but drastically increase. The Windows executable shouldn't have any dependencies. You can run it on Mac or Linux using Python, as long as you have PyGame (http://www.pygame.org/news.html) and PyTMX (http://www.pygame.org/news.html) installed. Just run src/main.py from the root directory.
Ubuntu step-by-step instructions (courtesy of frnknstn):
* sudo apt-get install python2.7 python-pygame python-pip git
* sudo pip install pytmx
* git clone https://github.com/FinnStokes/cosplay-chase.git
* cd cosplay-chase
* python src/main.py
Ratings
| Coolness | 33% | 1901 |
| Overall(Jam) | 2.84 | 826 |
| Fun(Jam) | 2.71 | 751 |
| Humor(Jam) | 2.40 | 743 |
| Innovation(Jam) | 2.29 | 921 |
| Mood(Jam) | 2.40 | 899 |
| Theme(Jam) | 2.59 | 916 |
* sudo apt-get install python2.7 python-pygame python-pip git
* sudo pip install pytmx
* git clone https://github.com/FinnStokes/cosplay-chase.git
* cd cosplay-chase
* python src/main.py
I hope the local venue went well.
frnknstn: Thanks for those more detailed instructions, I probably should have written something like that up in the first place. Our local venue went pretty well, not quite the turnout we might have hoped for, but the people that came along seemed to have fun and made some cool games.