Technical Design

Technical design seems to be generally loosely defined but centered around connecting the design elements with programming elements of a game, through implementation in engine or code.

By this definition, the game's technical design was relatively straightforward and broken down into a few parts:

  • Camera set-up

  • Player Controls

  • Animation

  • Collision with obstacles

  • Level spawning

Last updated