#Cat game
1 messages · Page 1 of 1 (latest)
What we did in our project was to create a grid based movement system. So that when you move to the next "neighbouring" tile, it checks if it's walkable, able to be climbed etc, and then we moved our player by simply toggling a walk animation and have it "slide from point a to point b" if that makes sense
but gl with it i have to log off now
thank you! i tried making a grid based movement system and i check youtube and google alot but since i am new i still dont get it working
i tried 3tilemap, list/dicatory
in the end i end up using a script contain bools
on every tiles
i'd appreciate it if you could give some guide/good videos how to get started with grid system
its 3rd week now and we havent got grid system done
Ask your classmates and teachers as well, but yes if you remind me ill see if i can find some good resources
Or maybe write you a snippet of code thats easy to get the hang off and get started with