Welcome to The Pathways: The Game
- 4 Devlogs
- 16 Total hours
Scrolling adventure game for my storyworld of the Pathways . First time using pygame.
Scrolling adventure game for my storyworld of the Pathways . First time using pygame.
Working with masks to achieve pixel perfect collision between the path and the player so that player does not go over the edge oop-
Since the last devlog I also found a way to reduce lag in the player movemnt so now the movement is completely smooth.
this is completely new to me and I am still trying to figure this out so hopefully this issue will be fixed by the next devlog.
Added some restrictions to avoid showing the edge of the main path in the first scene while the player is moving using wasd keys. Video attached shows player movement however it is shown to be slower than what it is when the program is run without the screen recorder.
Placeholder images are still being used for the time being, until I draw them later on with more detail etc. but main player smooth movement is established. This marks the basis for the first main part of the game :D
Base code while learning the python library pygame. Layout is rough and placeholder images are used just to get an idea of how it works yay