Pages

Sunday, October 21, 2012

ETC Semester Project - Stempower


Now halfway through my third semester at the Entertainment Technology Center, it's about time I post an update about my current semester project.  Stempower is part of the DARPA Engage project, and we are working to make an educational game for the web using Unity3D based on the research of Stella Vosniadou.  Our goal is to educate third grade aged children about our Earth's day/night cycle.  We're creating a puzzle game called Sleepy Busy Planet that has players rotating the Earth to wake up different characters scattered around the globe who are all working together to build secret projects.  As the game is a web game you can try it now.  Feel free to check back as the semester goes on, we update the public build every Friday when our newsletter goes out.

This semester I am serving as the group's producer and am also still contributing as a programmer.  The lessons I learned about Scrum and Agile Development while an intern this past summer at Schell Games are currently serving me and my team very well as I handle production duties for the group.  I have two teammates who are also programmers, and this is their first semester-long project.  I am taking more of a leadership role on this project and am letting them take point on writing most of the code, while I architect the higher level layout of the code and help them debug as needed. 

Sunday, August 26, 2012

SFPC - Summer 2012 Update

It's been far too long since I've written up any updates for SFPC, so here's a double update to try and make up for that!  I may have stayed quiet this summer, but that doesn't mean I wasn't busy!  Originally I didn't think I would have an internship this summer so the plan became "Work on SFPC Full Time", but an offer finally came through in early June to work as a Programming Intern at Schell Games.  I spent a couple months there this summer working with some wonderful people making some very cool stuff that I unfortunately can't talk about, such is life in the land of NDAs and unannounced projects.  While I had less time to spend on SFPC because of the internship, I did end up learning a lot of new stuff and making several new friends in that time, so I'm pretty happy with how my summer went.  I got back into my old groove of working an hour or two a day on SFPC before work each weekday so that I'd still get some stuff done, just not as much as I was planning on.

The first part of the update is in regards to SFPC itself:


I spent a little over 2 solid weeks working on implementing A* pathfinding in the engine so that enemies can move in combat.  There's no AI yet to control how they choose what target to move to or have them inch up when there are no targets in range or anything like that, but this is an important first step.

The second part of the update is the unveiling of a new companion project which will be developed alongside SFPC:


SHEd is my GUI based editor for SFPC.  Built with C# and .NET 4.0, SHEd will eventually be the main content creation and editing application used for building games with the SFPC engine.  For now it supports editing characters, items, and battle animations, but I plan on expanding it to support map editing and scripting as well.

That's it for now, feel free to email me any questions or comments you may have about SFPC and SHEd! 

Tuesday, May 29, 2012

ETC Semester Project - Spring Entertainment - Complete!

My first year at the ETC and my first client project are now complete!  I was the gameplay programmer on the Spring Entertainment project this spring.  Our client was Seven Springs Mountain Resort, a four seasons resort here in Western Pennsylvania.  We built an iPhone and Android game called Seven's Wild Ride.  It's an advergame that shows Seven Springs ads at the start and is lightly themed to advertise activities available to guests at the resort.  You can check it out in our thirty second teaser and three minute trailer below.

Thirty Second Teaser:


Three Minute Trailer:


It was a lot of work, but I had a blast every step of the way.  The Spring Entertainment team was a great group, everyone was easy to get along with and we all worked well together.  The finished build has been handed off to the client who is in charge of getting it submitted to Apple and Google to be published.  When the game gets released on the app store and Google Play I'll be sure to post about it again so everyone can download it and give it a try.

Tuesday, May 1, 2012

Shuffle Dungeon - A Hybrid Board/Card Game

For the Freestyle assignment for Jesse Schell's Game Design course at the ETC, we had full freedom to make whatever game our hearts desired and one month to make it happen.  We were free to form groups or fly solo, I opted to work alone on this project.  I designed a hybrid board/card game called Shuffle Dungeon which uses decks of cards to randomly generate a game board for a dungeon crawling experience for 2 to 4 players.  The idea is to have a Dungeons and Dragons like experience that does not require a dungeon master.

I came up with the board generation mechanic very early and liked it enough to build the rest of the game around it, but had some trouble along the way with some of the other mechanics.  I needed to design a system for resolving combat and other encounters that ran very quickly and I threw out a lot of early versions until I got to the system that ended up in the final game: roll a d6, add any temporary or permanent modifiers, then consult the chart on the card.  As Shuffle Dungeon is a card game, I borrowed one of the design themes of Magic the Gathering where the rules of the game itself are simple, but rules that may emerge during play for specific cards are printed on the cards themselves.  This constraint forced me to make those rules as clear, simple, and most importantly, brief as possible so that they would fit on the cards at a legible size.

Since players take turns people sitting idle can get bored, so I wanted turns to go as fast as possible to keep people engaged.  I never quite achieved a level of player interaction that I was happy with, conflict between players is more indirect and subtle than anything.  I worried that open PvP did not suit the combat system well at all and shied away from permitting players to attack each other.  I think that with some further iteration I could come up with something better on that front.  However, I'm fairly happy with the end result.  I could see myself coming back to Shuffle Dungeon some day to polish it even further or perhaps develop an expansion set for it.  Its card game roots make it very modular, adding a deck building element to it could add another fun dimension of play to it.

Final Rules
Final Cards
Playtesting Writeup
Marketing Sheet

Shuffle Dungeon was built using Magic Set Editor

Sunday, April 29, 2012

Topple! - A Dice Game

For the Dice assignment in the Game Design class at the ETC we had to design our own dice game.  There were few constraints, the game had to include dice in some way while keeping in mind the balance between skill and luck.  I ended up making a game I called Topple! which is a territory control strategy game for three or four players.  Dice are used as much as a means of tracking board state as they are a tool for randomness.   Players fill the board with dice of their color, when opposing dice enter the same square the lower valued die is subtracted from the higher die.  Dice move one square at a time and they "roll" like a cube rolls.  This changes what value they have facing upwards which has interesting effects on both how players attack and defend.  The titular mechanic, toppling, happens when a player moves a large stack of dice; the entire stack falls over (carefully) and each individual die then engages in battle with any other dice it may land on, or restacks with friendly dice.  The game was well received by all of my playtesters in a very early state and I got to spend a lot of time iterating on the smaller details to get it into a fun, polished state before submitting it.

Here's a slideshow of photos with an audio recording I took at one of my earlier playtests:



Here's another video, this time an actual video not a slideshow, but focused on the board not the players:



You can download the rules and playtest writeup here.  If you have enough d6's lying around, you can even try it out yourself.  If you do, send me an email and let me know what you think!

Saturday, February 18, 2012

Game Design Elective

In addition to working on our semester-long projects here at the ETC, students also take at least one elective per semester.  This semester I am taking Jesse Schell's Game Design course which so far has been both entertaining and educational!  Our first project was to design a new and improved version of hopscotch, my version of which you can check out here.  It's funny, even such a simple game as hopscotch has a lot of rules to keep track of.  For my redesign, I put together a hybrid of hopscotch and sudoku called Hopsudoku to try and add a puzzle element and make the game more attractive to an adult audience.  One thing I underestimated was the physical component.  Hopping doesn't sound like a very strenuous activity but hopping for long enough during playtesting does get tiring!

Our second project was to write a list of at least 100 games we've played throughout our lives, listing at least three for each year we've been alive since we were five, and include comments about memorable parts of of each of their designs.  You can see my list here.  I did my best to avoid overusing sequels as long as I could, but had to break down and do so to fill in some problem years here and there.  It was a very interesting exercise to go back and try and remember what stuck out the most for me over my gaming career, it might be fun to go back to it again at some point and try to make the list as exhaustive as possible and see how high a number I can get.

ETC Semester Project - Spring Entertainment


So with the first semester and BVW behind me, I'm now moving forward as a member of the Spring Entertainment project team here at the Entertainment Technology Center.  Spring Entertainment is a client project working for Seven Springs Mountain Resort.  Our goal is to create an iPhone game that advertises the variety of experiences available to guests at the resort.  You can read more about the project and follow our progress in our weekly newsletters available here.