jeffaroundtheworld / 2024gamecollab

0 stars 1 forks source link

Player Build #15

Closed jeffaroundtheworld closed 7 months ago

jeffaroundtheworld commented 8 months ago

Work together to create the player scene. Start first with the mechanics... you should be able to use ideas from the marble maze player code (written code is on Moodle for the 11s).

Consider for the horror style game that you might want to be able to look up and down as well and left and right... see if you can figure out how to rotate camera up and down while maintaining the ability to walk.

There is a blank level 1 scene where you could instantiate a player for testing.

ajleach9689 commented 7 months ago

https://www.youtube.com/watch?v=A3HLeyaBCq4 working through this tutorial currently. To get a basic movement we can work with.

jeffaroundtheworld commented 7 months ago

Basic player movement is looking good.