Final game uploaded
I've just uploaded the final game! Yay!
To play it, you need Python 3 (tested with 3.6 and 3.7), Pygame Zero and Numpy. If you've installed the dependencies, just unzip the source and run "python3 run.py" (see the README more more details).
Your goal is to help the animals to cross the river and reach the area with the large green tree.
To do so, build a bridge of logs, starting at the bare tree near the animals.
But you cannot place logs on land, only inside the water. Use the flow of the river to pull the bridge on land on the other side, so that the animals can cross the river.
Try to minimize the number of logs used!
Controls:
- Left mouse button: place new log, connected with the
highlighted points
- Left/right key or mouse wheel: rotate log
To do so, build a bridge of logs, starting at the bare tree near the animals.
But you cannot place logs on land, only inside the water. Use the flow of the river to pull the bridge on land on the other side, so that the animals can cross the river.
Try to minimize the number of logs used!
Controls:
- Left mouse button: place new log, connected with the
highlighted points
- Left/right key or mouse wheel: rotate log
Right now it contains just two levels (based on the same map). I would love to add more levels, but I haven't enough time for the final release.
I hope you enjoy it.
(log in to comment)
Comments
Nice game title.
But I'm afraid we may cause a little confusion. Pyweek already has one "Crossing the river" game. You still have an opportunity to rename it.
@yarolig Thanks for the hint, I've updated the title of my entry.
Yeah, I forgot to check for the maximum number of logs, that's causing the error (never tried that many logs! ;-) ). Generally, all levels can be finished with around 10-20 logs.
Hint: If you still having trouble, stable triangular structures near the coast and some patience might be a good tactic :-)
yarolig on 2018/10/27 19:37:
Your game is too difficult to me :(