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.
I have added a windows executable, and optimised my view calculation code so it should be much less laggy.
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.
I love how the game can switch from being all sneaky to action so quickly. The themes a funny one too =D. The game would benefit from extra objectives other than being caught (optional pickups or something).
B
blubberquark7 May 2015, 16:21
Really unconventional take on the theme!
B
blubberquark7 May 2015, 16:29
Please make a blog post so I can give you a trophy!
Comments10
* 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.