PROJECT:PLAYTIME
Project Playtime is a Free-to-Play multiplayer horror game where six players attempt to create one giant toy while surviving a terrifying monster that roams the toy factory. A seventh player controls the monster and is given only one goal: Find and kill everyone.
Here’s the game on Steam
I worked on this as a Gameplay and UI Programmer in Unreal Engine 4, using a mix of C++ and Blueprint.
Below are some highlights of my work.
UI Programming
All UI visuals by Snizhana Statirova
Game Events
Perk Selection
Store Item Preview
Survivor and Monster HUDs
All HUD elements are properly networked to eliminate input lag for ability cooldowns and smoothly sync game-wide events like monster sabotages, player status changes, and toy collection.
Refactored currency notifications for survivor/monster actions(seen on the right here) and implemented a live scoreboard based on player feedback.
I collaborated with our lead programmer and backend engineers to connect their custom transaction API to in-game store UI, intended to handle thousands of dollars in player transactions and items. No pressure, right?
Gameplay Programming
Port-A-Lounge
This video features some legacy UI, but also shows off some UI animations I’d made for monster sabotage activation.
Huggy Wuggy - Charge Hug Ability
Huggy Wuggy - Mini Huggy Ability
Mommy Long Legs - Web Ability
I also implemented several player perks and monster sabotages, listed below.
Player Perks
Leadership - heal nearby players
Power Walker - increased movement speed
Shadow Walker - increased movement speed when crouched
Punching Bag - take more hits from monsters before being downed
Monster Sabotages
Directionless - all UI indicators are removed from players’ screens
Living Nightmare - a thick, black fog envelopes the level, obscuring player vision
No Pack - All grabpacks are disabled, but can be repaired by other players
No Escape - Grapples and crash doors are disabled. All Port-A-Lounges are forced open.
Here’s a video(not mine) showcasing monster sabotages.