Forest Adventure by supersammy00
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
| Link | https://github.com/supersammy7000/Ludum-Dare-48 |
| Link | https://github.com/supersammy7000/Ludum-Dare-48/releases/tag/v0.1 |
| Original URL | https://ldjam.com/events/ludum-dare/48/forest-adventure |
Ratings
| Given | 2🗳️ | 3🗨️ |
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!