ONE MAN SHOW

A gothic-themed rhythm game where gameplay is timed to the beat of orchestral-inspired music. Players must take centre stage and fight off waves of paranormal enemies.

OVERVIEW

PROJECT

Role

Programmer, Designer

Team Size

7

Time

13 Weeks (PT)

GAME

Released

2023

Platforms

PC

Genre

Rhythm

DEVELOPMENT

Languages

C#

Engine

Unity

Tools

GitHub

PROJECT DUTIES

project duties image

SYSTEMS PROGRAMMING

  • Established an event-driven architecture with C# events
  • Created an additive Unity scene system for a layered scene structure
  • Developed a simple saving/loading system with persistent data
project duties image

GAMEPLAY PROGRAMMING

  • Created UI for health
  • Programmed enemy movement
  • Utilised object pooler pattern for enemy spawning
project duties image

TECH ART

  • Implemented 2D lighting
  • Managed spritesheets and particle effects
  • Handled 2D sprite animations
project duties image

DESIGN

  • Helped pitch initial concept
  • Level design (blocking out background elements with artist + enemy path movement)
  • Enemy movement refinement
  • Facilitating playtesting sessions

PROJECT BREAKDOWN

WHAT I LEARNT

  • Implementing event-driven architecture
  • Basic 2D tech art (how to do lighting, spritesheet animation, spritesheet importing)
  • Unity's AnimationCurve applications in scripting