RAPHAEL

CBR

CAPACOCHA

29 / 04 / 2022
1 week

THE GAME

Capacocha is a 2D game where you play as an Incan chief who has to deal with spanish invaders. To do so, you'll have to sacrifice some kids to appease the gods so they lend you their powers. This is the first game that used an arcade-like controller.

12

MY ROLE

Funny sacrifices.

MOVEMENT AND PHYSICS

I coded the player's movements so that the game designers can easily modify it through some values. I also tried to make sacrificing kids as enjoyable as possible.

Wave editor in Unity.

ENEMY WAVES

Game designers can easily design a new wave of enemies by inputing in a scriptable object which enemies are supposed to be in that wave and which resistance they have.

The chief goes against spanish soldiers.

COMBAT

I managed to create a knife attack for close combat, a buff/debuff special attack that can do whatever the Game Designers choose to do with it and a special attack that deals a ton of damage to all the enemies.

THE TEAM