itch.io is community of indie game creators and players

Devlogs

Part 2 - Prototyping

Turned
A browser game made in HTML5

The game core mechanics I planned to implement has 2 states :

My first component is the MovementController. As it uses the camera angle, it was developed in parallel with the implementation of the wonderfull Cinemachine camera system.
To make the game enjoyable by people who doesn't own a game controller, I've set two sets of inputs, keyboard+mouse and game controller.


At this stage, the game is composed of a Player with a MovementController cached. The Player script will have in charge to keep track of the player states like the inCombat one that will activate the free movement controls or the in combat ones.

Sadly, I didn't complete the combat movement system, it's still buggy when you try to move around, or toward, the enemy. 

Leave a comment