Angry Fish by munchor
Angry Fish is a game where you (a fish) has to cross the ocean. You are attacked by bigger fish, but you can eat smaller fish. The more fish you grow, the bigger you are and the more fish you can eat.
You can choose to stay small and sneak through the bigger fish alive or to eat lots of fish and then eat the bigger fish to make your way through the ocean. It's up to you, you can cross the ocean big or small. You might have to adapt to the environment, after all this is Evolution.
It was made with Lua and LOVE. I made Mac OS and Windows builds.
Libraries used:
www.love2d.org
http://github.com/Kadoba/Advanced-Tiled-Loader
For GNU/Linux users, source is recommended. Just download the .LOVE and run it with "love angryfish.love" on the terminal. For this, you need LOVE installed. Try "sudo apt-get install love" if you are running Ubuntu or any Debian-based distribution.
-------------------------
IMPORTANT NOTES
-------------------------
Everytime you die/lose you have to restart the game (close/open). Unfortunately, I didn't have time to write my game structure in a way that made it possible to play again in the same process.
Mac OS X users can probably try: http://munchor.57o9.org/up/love.app.zip
You can choose to stay small and sneak through the bigger fish alive or to eat lots of fish and then eat the bigger fish to make your way through the ocean. It's up to you, you can cross the ocean big or small. You might have to adapt to the environment, after all this is Evolution.
It was made with Lua and LOVE. I made Mac OS and Windows builds.
Libraries used:
www.love2d.org
http://github.com/Kadoba/Advanced-Tiled-Loader
For GNU/Linux users, source is recommended. Just download the .LOVE and run it with "love angryfish.love" on the terminal. For this, you need LOVE installed. Try "sudo apt-get install love" if you are running Ubuntu or any Debian-based distribution.
-------------------------
IMPORTANT NOTES
-------------------------
Everytime you die/lose you have to restart the game (close/open). Unfortunately, I didn't have time to write my game structure in a way that made it possible to play again in the same process.
Mac OS X users can probably try: http://munchor.57o9.org/up/love.app.zip
| Windows | http://munchor.57o9.org/up/angryfish_windows.zip |
| Mac OS X | http://munchor.57o9.org/up/love.app.zip |
| Linux Binary | http://munchor.57o9.org/up/angryfish |
| .LOVE (recommended) | http://munchor.57o9.org/up/angryfish.love |
| Source | http://munchor.57o9.org/up/angryfish.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=7348 |
Ratings
| Coolness | 63% | 3 |
| Overall | 2.34 | 665 |
| Audio | 1.08 | 619 |
| Fun | 2.56 | 498 |
| Graphics | 2.22 | 628 |
| Humor | 2.05 | 383 |
| Innovation | 1.84 | 728 |
| Mood | 2.55 | 418 |
| Theme | 2.63 | 469 |
http://uploading.com/files/get/956df963/angryfish.love
http://uploading.com/files/get/138b96ca/angryfish_windows.zip
http://uploading.com/files/get/1m2991be/angryfish.bin (Linux Binary)
Now those are some angry fish! Fun little game, but staying small seems much easier than trying to evolve. Some audio would have been nice too.
Found a bug, when I lose and try to play again, it says game over straight away.
It was fun though, nice little game!
http://i429.photobucket.com/albums/qq18/bmaczero/Keep/angryfish.png
Well, I guess it does crash the game eventually :P. Surprised how much fun this was for its simplicity. Great 48-hour game!
For this Ludum Dare I used Lua, with the which I don't have much experience, so I didn't know how to structure my game like I usually did. I already found out, but only after Ludum Dare.
@rhaasken: Is it too fast or too slow? Please describe. However, I'm pretty sure it's too fast since I also didn't use delta time for movement calculations.