Kitten Scientists (KS) is a simple automation script for the complex Kittens Game. It was originally developed by Cameron Condry and extended by many great contributors.
Grab a build from the Releases page and install it.
If you don't have a userscript manager yet:
- On Firefox, you'd want to use Greasemonkey.
- On Chrome and Opera, you'd want to use Tampermonkey.
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-alpha.10/kitten-scientists-2.0.0-alpha.10.user.js';d.body.appendChild(s);})();
You can pull any version of the script as a container. The images are hosted on the GitHub registry.
The container exposes Kittens Game's own development server on port 8080. It has the version of the userscript injected into it, according to the tag on the image.
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-alpha.8-dev-623cdd4
While the script is still in its early development phase, no documentation is planned to be maintained. After a solid beta state has been reached, all features will be documented at https://kitten-science.github.io/kitten-scientists/.
For the time being, open a discussion if you have any questions, and open an issue on the issue tracker if something goes wrong. If you're not sure which option to pick, create an issue.
You can still check out the README content of the 1.5 version to get a good idea of the intention behind most options.
A lot of thanks goes out to all the amazing people who contributed to Kitten Scientists 1.5 in the past.
- Cameron Condry
- adituv
- amaranth
- Azulan
- carver
- coderpatsy
- cokernel
- DirCattus
- DrGaellon
- Eliezer Kanal
- enki1337
- FancyRabbitt
- gnidan
- Hastebro
- hypehuman
- ironchefpython
- jacob-keller
- jcranmer
- KMChappell
- Kobata
- magus424
- mammothb
- markuskeunecke
- Meleneth
- Mewnine
- mjdillon
- mmccubbing
- NoobKitten
- oliversalzburg
- pefoley2
- Phoenix09
- poizan42
- riannucci
- romanalexander
- sapid
- sjdrodge
- SphtMarathon
- TeWeBu
- toadjaune
- Tom Rauchenwald
- trini
- woutershep
- Wymrite
- Xanidel
- zelenay
If you want to see a live view of contributors for this repository, you can see it at https://github.com/kitten-science/kitten-scientists/graphs/contributors.