
Scientist clicker
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Scientist clicker is a clicker-like game.
You incarnate a scientist, his role is to discover all the evolution of life thanks to a brand new machine.
We implement a lot of features so you can play without get bored !
Hope you'll like it.
The game is entirely in C++, with the SFML graphic library.
This is our first LudumDare, and we are a group of five students.
Thanks to your feedback we manage to add the dll files that where missing, and also add a Linux version of the game! Enjoy :)
Fix :
-Bug on stats solved.
-The game do not get stuck anymore after the 2nd reset.
-Ending message displays correctly
Linux users : you may will have to install the sfml package :
sudo apt-get install libsfml-dev
You incarnate a scientist, his role is to discover all the evolution of life thanks to a brand new machine.
We implement a lot of features so you can play without get bored !
Hope you'll like it.
The game is entirely in C++, with the SFML graphic library.
This is our first LudumDare, and we are a group of five students.
Thanks to your feedback we manage to add the dll files that where missing, and also add a Linux version of the game! Enjoy :)
Fix :
-Bug on stats solved.
-The game do not get stuck anymore after the 2nd reset.
-Ending message displays correctly
Linux users : you may will have to install the sfml package :
sudo apt-get install libsfml-dev