Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nice pack but I have question for implementing the movement like your demo video. I am using Game Maker but unsure what type of character controller to use, does player look where mouse is at, player moves with just W key or WASD? Not sure most natural way to set up if you can help please get movement like your video thanks :)

thanks! Yeah in the video the movement is based on the mouse cursors position,  pressing W make the character move in the direction of the mouse. Pressing A or D makes the character strafe perpendicular to the mouse cursor position and pressing S makes it move away from the mouse position. 

Cool thanks!