Forest Adventure by supersammy00

[raw]
made by supersammy00 for Ludum Dare 48 (COMPO)

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

Ratings

Given 2🗳️ 3🗨️

Feedback

LDJam user 236545
01. May 2021 · 16:05 UTC
I like the idea of zooming into and out of the different biomes. Feels like it could be a good overworld mechanic for a game!

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!
blubberquark
10. May 2021 · 11:30 UTC
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.