Wednesday, February 25, 2015

Another small game is in the works

It's no secret that several projects tend to be worked on concurrently here at Bang Bang Attack Studios, and for many indies out there. Some may say that it's bad to shift focus from project to project. I think that it's somewhat necessary to think about different things, so as not to get burnt out on one thing in particular.

That said, we've got another little game project which features an old puzzle mechanic of tile-flipping. Think the old hand-held Tiger Electronics Lights Out game from the 90's.

PyQt GUI prototype of Flip16
We are in the prototyping stage at this time, and last night I built a working prototype of one of the primary mechanics using Python and PyQT for GUI. Not going to use that tech for the final game, but for my needs of prototyping things, it worked out well. In less than 150 lines of code, and 2 to 3 hours I had my prototype up and running and playable. Most of that time was spent reading the Qt docs and googling for Python snippets to do what I wanted since I'm out of practice with Python lately.


Our target platforms will be android devices, and PC desktop. This brings the question of what tech to use for the game. We are considering using Unity this time around. It's undecided at this point though. The actual game assets and more mechanics prototyping will come first.

No comments:

Post a Comment