
Speedy Spider VS Fishy Fish
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Usage
*Unix*
1. Clone the project `git clone https://gitlab.com/Gaspard--/speeedy-spider-vs-fishy-fish.git` or download as zip
2. Install the GLFW, the SFML, the PNG libraries, and Vulkan
3. `cd` into the project directory
4. Make the release : `mkdir release && cd release && cmake .. -DCMAKE_BUILD_TYPE=Release && cd .. && make -C release`
5. Launch the game: `./speedy-spider-vs-fishy-fish`
6. Enjoy!
*Windows*
*Coming soon*
Story
Fishy escaped one more time! It's your job to take him back to his jail.
Every now and again Fishy fish finds a way...but at least we got Speedy spider!
Gameplay
* Speedy is moving only in circle
* change your rotating direction using left/right or space
* Surf on the lilypads to move further and avoid Fishy's attacks
* Stop Fishy using your bullets
* Enjoy our game :)
Developers
* Jakob Kellendonk* Matthias Rigaud
Arts
* Sarah Kellendonk Artstation && InstaMusic
* Jakob Kellendonk Soundcloud && SpotifyNote
To avoid having people install claws, portions of the code were taken and adpated from it.
Post deadline commits (bug fixes & perf):
- `c0bda9f3b08f01b9ad7642cd779691c20379d4c8` - "Perf optim: Pre-compute combined image transform":- Should reduce lag due to rendering in some scenarios. Perf only, no gameplay / image impact.