Gameplay

Whiffle Six

A very simple game that is similar to Arkanoid or Breakout with a action-y twist.


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

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.9
Fun: 3.1
Production: 2.9
Innovation: 2.8

7% respondents marked the game as not working.
2% of respondents wished to disqualify the entry.
Respondents: 12

Files

File Uploader Date
whifflesix_YAij0iU.zipfinal
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

First of all I want to thank the 13 people who downloaded and ran my game, and left all the thoughtful reviews. I totally get the DQ vote we got, we had a really turbulent week and couldn't decide on gameplay--by the time I had something together it was far too late to put together a story loosely connecting our game to the theme...


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 :)

Add a comment