A clicker game that hasn't been here before. In the game mode "Thousand Souls" you have to click 1000 times in the shortest time. Or try catching as many souls as possible in endless "Fallen Souls" mode.
Uncover ghosts in this thrilling clicker game. In "Thousand Souls" mode, race against time to collect as many souls as possible with just 1000 clicks. For a limitless challenge, try the endless "Fallen Souls" mode and catch souls without stopping.
1st ghost: 1+(rounding(number of clicks * 100 - (elapsed time in seconds * 50) + number of clicks))
2nd ghost: 1+(rounding(number of clicks * 100 - (elapsed time in seconds * 150) + number of clicks))
3th ghost: 1+(rounding(number of clicks * 100 - (elapsed time in seconds * 250) + number of clicks))
4th ghost: 1+(rounding(number of clicks * 00 - (elapsed time in seconds * 350) + number of clicks))
This means that each higher spirit has a greater penalty for elapsed time.
For every click on the ghost, you catch one soul. A bonus icon appears at random times and you have 3 seconds to click on it
The activated time bonus randomly lasts 10-30 seconds
Bonus souls are calculated according to the formula random(1000 to 100000) + (number of captured souls / 1000)