itch.io is community of indie game creators and players

Devlogs

Script Update

The Alchemist
A browser game made in HTML5

Created a PlayerMovement script which is used for get user input to move player.

Inputs include the WASD keys which are used to move the player in any direction. This type of movement is the only one necessary since the game will be in a top-down 2D view.

Leave a comment