
Ludum Dare #48compo
Forest Adventure
Forest Adventure is a top down open world exploration game. You can explore 4 different biomes in the world each containing a different animal type. There is no objective in mind just explore the world and enjoy it.
This was my first time using PyGame and really enjoyed the process I learned a lot from this experience.
---Controls---
Movement: Arrow keys or WASD
That's it.
You can check out my other projects and games at http://Lance.run
This was my first time using PyGame and really enjoyed the process I learned a lot from this experience.
---Controls---
Movement: Arrow keys or WASD
That's it.
You can check out my other projects and games at http://Lance.run
Tools: pygame
Comments2


blubberquark10 May 2021, 11:30
I had to change your source code to run your game on Ubuntu Linux. I had to rename Fish.png to fish.png. Try to use the exact capitalisation in your file name and in your game code.
Even without a gameplay loop, I think it could have been improved with some way to interact with the environment. Also, Python's `print()` function is quite performance intensive to run every frame - I would recommend taking that out for a final build.
Good job!