top of page
Camp Pacht

Project Type: Senior Project

Date: Spring 2020

My Role: Lead Programmer

Genre: First-person puzzle

Download: https://katieohlson.itch.io/camp-pacht

Full Playthrough
More Details

Camp Pacht is a first-person puzzle game inspired by games like Myst and Firewatch. The player explores an atmospheric low-poly campsite and solves puzzles to unlock and explore other areas. The game is designed around the use of perspective-shifting, which allows the player to shrink down to enter different areas to access different items and puzzles.

We originally wanted to make this game in VR, but we were sent home mid-semester due to COVID-19 and so we lost access to the equipment and space we had at CWRU. This meant that we had to redesign or cut a lot of puzzles and add new ones so that the game would work well enough with a traditional mouse and keyboard control scheme.

Some of My Features

Player Controller/Object Interaction:

  • The player can interact with objects they are looking at.

  • Interactables can either trigger something when clicked on (e.g. a button) or can be picked up by the player.

  • Held objects can be dropped at any time or placed in specified placement volumes if the player is looking at one (e.g. putting the gems in the totem pole).

  • The player enters "Focus Mode" when clicking on some puzzle objects. This locks the camera to a fixed position centered on the object, disabled the player controller, and unlocks the cursor so the player can freely point and click (e.g. the Game Toy or pipes puzzle in the tree).

Camp Pacht Player.gif
Camp Pacht Player.gif
Game Toy.jpg

Game Toy:

  • There's a hidden area underneath the level with a functioning 2D platformer. A fixed camera projects it onto the Game Toy screen.

  • This was a really fun way to work on something totally different from every other part of the game. I made all the sprites and sound effects too.

  • Originally, this was playable in VR by physically pressing the buttons on the console with your hands. I'm still really disappointed that we had to lose that.

Potions:

  • Unlike other holdable objects, potions add force to themselves when dropped so they get thrown.

  • Then they shatter on impact and check for objects within a set range that they can affect.

  • Fire, acid, and explosive potions just trigger particle effects and then destroy hit vulnerable objects.

  • Ice potions spawn an iceberg object if they collided with water.

  • Plant potions trigger a coroutine to enable a series of leaf platforms if they collided with a plant sprout.

Camp Pacht Potion.gif

Full Credits

  • Christian Bonnell

  • Guy Marino

  • Jeremy Novak

  • Katie Ohlson

Camp Pacht Mag Glass.png
Campfire.png
bottom of page