Whiffle Six
Only requires Python 3.6+ and PyGame 1.9.x. Navigate to source directory and run "python3 main.py".
No sound or music to speak of--but it supports an XBOX 360 controller (and other gamepads probably)!
Thank you for playing our game.
Awards
Scores
Ratings (show detail)
Overall: 2.9
Fun: 3.1
Production: 2.9
Innovation: 2.8
2% of respondents wished to disqualify the entry.
Respondents: 12
Files
File | Uploader | Date |
---|---|---|
whifflesix_YAij0iU.zip
— final
Source Only - Python 3.6 |
assertivist | 2019/03/31 23:55 |
screenshot-20190331150926.png
Gameplay |
assertivist | 2019/03/31 21:10 |
Diary Entries
Whiffle Six post-mortem
Our first idea was a kind of top-down adventure/arcade where you play as a group of six dragons. We planned out six different biome types scattered around a large map requiring you to switch between the dragons strategically--definitely something like what Breakout Blue came up with but simpler. I got pretty far with that idea before we pivoted because there was just not enough time to fill out this idea.
My teammate said "Let's just make scrolling breakout," and away I went. Originally we were trying to go right to left scrolling, but I was having trouble thinking how I would make that work without the ball always just kind of falling behind to the left... So I went with a top-to-bottom bullet hell type of idea. There was a lot more I wanted to get added before the week ended, including power-ups, including one giving you a weapon, some flying/shooting enemies, I wanted to go for Arkanoid vs Juno First, a somewhat uncommon arcade game that I immensely enjoy. But I spent too much time twiddling with physics and collision detection, as is typical for pyweeks past for me, and I ended up with what you saw.
Its funny that some people found it too easy--the difficulty is supposed to increase the longer you play, but I ran out of time to get it scaled well. When I first implemented the scaling it got really hard really fast, I probably should have just left it like that :)