Skip to content

adesso-os/kitten-scientists

 
 

Repository files navigation

A kitten scientist

Kitten Scientists V2

BrowserStack Status

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.

Installation

Userscript Manager (recommended)

Grab a build from the Releases page and install it.

If you don't have a userscript manager yet:

Bookmarklet

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);})();

Container

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

Warning

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.

Contributors

A lot of thanks goes out to all the amazing people who contributed to Kitten Scientists 1.5 in the past.

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.

About

Home of Kitten Scientists v2

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%