- Joined
- Feb 10, 2018
- Messages
- 2,046
In my quest to find world conquest games like the famous Sid Meiers' Civilization I found this little game that can be played on a web browser CivClicker (v1.1)
And I looked into it and I found this other version with a better interface by deathraygames CivClicker
And this one with a better conquest feature by depressivecherry CivClicker
Further investigation revealed that it's built with just Javascript and Html, and it's open-source, which means anyone can take the code and change it as they wish. So I did.
And here is my version...
The game requires access to local storage on your browser and cookies must be enabled. Oh, and obviously Javascript enabled
Basically, I've changed the interface, removed as many bugs/inconsistencies as I could find, added more upgrades and achievements and lots of other stuff too trivial to mention.
I'm interested in any feedback, particularly any bugs or inconsistencies I might have missed.
And I looked into it and I found this other version with a better interface by deathraygames CivClicker
And this one with a better conquest feature by depressivecherry CivClicker
Further investigation revealed that it's built with just Javascript and Html, and it's open-source, which means anyone can take the code and change it as they wish. So I did.
And here is my version...
The game requires access to local storage on your browser and cookies must be enabled. Oh, and obviously Javascript enabled
Basically, I've changed the interface, removed as many bugs/inconsistencies as I could find, added more upgrades and achievements and lots of other stuff too trivial to mention.
I'm interested in any feedback, particularly any bugs or inconsistencies I might have missed.