Fish Breeding Simulator 4006

by imer
The newest, shiniest, most modern simulator in fish breeding has arrived!

Get overwhelmed by stunning graphics, realism and uncountable² variety!

Supports up to 7 fish types! Featuring 2 plants!

² may be exaggerated

This is my entry for "A small world", it isnt an action laden game at all. It's more of a relaxing, poking fish type game, if you know what I'm on about.

There is no end goal and you can only lose if you get yourself cornered with everything dead and no money to buy more fish.

Tips:
- Clicking controls everything
- Fish are lazy and may need some encouragement to eat (poke them into the food) or to breed (poke fed fish into each other)
- Don't forget to clean the poop
- Clams take damage at 30% pollution, whereas fish at 50%

Linux support: I've included a prebuilt, untested binary

Building is easy though:

- Grab all SFML required libs: https://github.com/SFML/SFML/wiki/Tutorial:-Installing-SFML-dependencies (may vary for other distros)

- Build:

```

install gcc and make

apt-get install -y gcc make cmake

clone my git repo:

git clone git://github.com/imerr/LD38.git imer_LD38
cd imer_LD38

initialize submodules

git submodule init
git submodule update
cd engine
git submodule init
git submodule update
cd ..
mkdir build
cd build

generate makefile

cmake -G"Unix Makefiles" ..-DCMAKE_BUILD_TYPE=Release

build

make
```

Screenshots:



Download

Source Code

(the game is moddable via the json files in assets/scripts if you're into that sorta thing)

Comments1

ekkiiiii
ekkiiiii6 May 2017, 21:48
Very nice game! :fish: I really like the idea of doing something that is not stressful. :D Sadly I was not able to get the fish to reproduce. I fed them until they were not eating anymore and poked them a while but nothing happened. Tried looking around the config-files but could not find anything related to that. Everything else was well done and felt very polished for a compo game. Was there something I did not get?

Other games by @imer

Found a bug?
Tell us on Discord