Skip to main content

Treats and Trials: Postmortem!

 Game Info

  • Group Number 2

  • In Treats and Trials, Players build their own haunted houses out of trap and candy cards. Then, the exploration phase begins and players explore each other’s haunted houses by turning over cards! Candy cards give you candy pieces, but trap cards raise your fear level and can force you to leave without collecting all the candy! The Player with the most candy after three rounds is the winner!

  • Target Audience: Director, Explorer, Competitor, Achiever


The Pitch


This time around, we were pitching our own original game ideas to the class! This assignment was due on halloween night, and since halloween was fresh in my mind I was thinking about halloween games that I could create. I recalled how when I was very young, my grandparents liked to set up a haunted house in their front yard for trick or treaters to explore. (It terrified me when I was 3!) With this on my mind, I thought of how I could bring the experience of exploring a haunted maze to a card game, or more specifically, how to do exploration in a card game.


One of the most important factors of exploration games is the unknown, the feeling of discovery when you turn a corner or peek down a well or summit a mountain and find something spectacular. But how to replicate this with cards? One way that card games create uncertainty is by having cards be face down, so that you don’t know what it is. So then why not hide what’s ahead by having players explore by deciding which card to turn over? I decided to go with the concept of a game where you explore a haunted maze by flipping over cards laid out in a grid, with hazards and treasures to find along the way! I recorded my pitch as a voice memo in my car that night, and by the end of the week I had a partner to work with me on this game.


Nearing the Finish Line!!!


Development of the game went very smoothly. After a playtest with my partner, we were able to work out some basic parameters for the game. Including a number of rounds, and how many traps each round should have. Playtesting early this time allowed us to quickly make a solid foundation right from the start! Which was nice because this project was my first this semester that never had any major changes over the course of development!


Regrettably though, I wasn’t able to devote as much time to this project as I was last semester. As the end of the year drew new and homework began to pile up, burnout had begun and projects in other classes were demanding more of my time as well. I was lacking in both time and motivation to do this project, although I think that using what I’ve learned in past units to start off strong meant that our final product was still pretty great! There weren’t really any major hiccups in development to discuss otherwise though.


What Would I Do Differently?


I think that looking back, I would have liked to make some more additions to the cards you can uncover in the haunted house. I think that the candy bowl card (which grants the player 8 pieces of candy rather than the normal one) is a great motivator for players to explore more, and I think that maybe adding a couple more major rewards for exploration would be fun. Thinking about it now, maybe something like a card that allowed players to play a small minigame with the chance of gaining more candy would have been cool! Or one that allows them to place an extra trap in their next maze, or a trap that steals candy when activated, or one that grants players protection from the next trap that they encounter.


Final Thoughts


Overall, this past semester I’ve really enjoyed this class a lot. I feel like it’s challenged me to be creative in different mediums than I’m used to, and it taught me a lot about the process of developing a game as well as the importance of playtesting! This class also taught me to not be afraid to try weird ideas, as those are always the most fun to work on, and I end up with a final product that feels unique and special and my own! I’ve already got some ideas of where I want to start with my next project, and I feel better equipped than ever for that with the things I’ve learned in this class!


Comments

Popular posts from this blog

CAGD 370 Blog Post 1

  In CAGD 370, my new group and I have just started working on a new project currently titled Thunder Vault! It’s a 3D Platformer where the player has to rely on their pole vaulting skills and momentum-based physics to clear levels as quickly as possible! Andrew Kostlan is the Lead Designer, Anish Neupane is the Producer, and I am the Programmer of this project. In our first 2 week sprint, We’ve set up our backlog, developed and tested our paper prototype, and created our Unreal Project File and set up Github Version Control from within the project! As the Programmer, I was the one to set up the Unreal Project this week. I chose Unreal Engine version 5.5.3 since it’s the latest release, so that we’ll have access to all the latest features during development. The next thing I did was set up Git Version Control within Unreal. I recently purchased a new computer, and didn’t move over anything from my old machine so that I could have a fresh, uncluttered start. A consequence of this th...

CAGD Blog Post 3 - Thunder Vault Kinesthetics Playtest!

  Sprint 3 of Thunder Vault’s development has ended! This sprint has been a pretty exciting one, with our first digital playtest, some good feedback, and a lot of big changes to come! Starting with the playtest, we had the player set up in a simple level with some obstacles to vault over and walls to bounce off of. I wanted to give the player some kind of goal, so I made an enticing tower in the middle of the level that required 4 increasingly hard jumps to ascend. This proved pretty effective! All of the playtesters that I watched tried multiple times to climb the tower, although I think I was the only one who was able to reach the top sadly. This indicated to me that while the mechanics felt comfortable to me, they were not nearly as intuitive for our playtesters. We also lacked any kind of tutorial or how to play section, meaning we had to explain the controls to our testers verbally. I would like to somehow design our next level in a way that encourages the player to explor...

CAGD 370 Blog Post 4 - Second Playtest!

  This sprint has been quite an eventful one! To start off, I revamped the pole-vaulting mechanics for this sprint’s playtest! I started by creating a new enumerator that would allow me to create different “stages” of the pole vault. The first of these states is the “Ready” state that the player begins in. In this state, you can see a red line trace that shows where your pole is going to be planted. In the previous version, this was only visible when the player held down left click. Now, by pressing left click, the player “plants” their pole and enters the next state. Pole Vault Ready State Next is the “Planted” state. In this state, the player’s pole is anchored to wherever the line trace connected to when they entered the state. If the player moves too far away from the anchor point, they go back into the Ready state. But as the player moves closer to the anchor point, they move more slowly. This is to simulate the resistance of the pole “flexing” as the player moves closer...