UNPKG

@kitten-science/kitten-scientists

Version:

Add-on for the wonderful incremental browser game: https://kittensgame.com/web/

79 lines (63 loc) 3.91 kB
# Kitten Scientists v2 Kitten Scientists (KS) is a simple automation userscript for the complex [Kittens Game](https://kittensgame.com/web/). For a full explanation of how everything in Kitten Scientists works, please visit the [**full documentation**](https://kitten-science.com/). [![Pre-Release](https://github.com/kitten-science/kitten-scientists/actions/workflows/pre-release.yml/badge.svg)](https://github.com/kitten-science/kitten-scientists/actions/workflows/pre-release.yml) [![Crowdin](https://badges.crowdin.net/kitten-scientists/localized.svg)](https://crowdin.com/project/kitten-scientists) ## Quick Start ### Option 1: Userscript Manager (recommended) Grab the [latest stable build](https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.9), or any other release from the [Releases page](https://github.com/kitten-science/kitten-scientists/releases) and install it. > [!TIP] > If you don't have a userscript manager yet, [Tampermonkey](https://www.tampermonkey.net/) is a good solution for the most popular browsers. ### Option 2: Bookmarklet ``` javascript:(function(){var d=document,s=d.createElement('script');s.src='https://kitten-science.com/stable.min.js';d.body.appendChild(s);})(); ``` This bookmarklet points to the latest stable release. If there's a new release, you will automatically use that one. ## Contributors Kitten Scientists was originally developed by [Cameron Condry](https://github.com/cameroncondry/cbc-kitten-scientists) and extended by many great contributors. A lot of thanks goes out to all the amazing people who contributed to the original Kitten Scientists 1.5 in the past. - [Cameron Condry](https://github.com/cameroncondry) - [adituv](https://github.com/adituv) - [amaranth](https://github.com/amaranth) - [Azulan](https://www.reddit.com/user/Azulan) - [carver](https://github.com/carver) - [coderpatsy](https://github.com/coderpatsy) - [cokernel](https://github.com/cokernel) - [DirCattus](https://www.reddit.com/user/DirCattus) - [DrGaellon](https://github.com/DrGaellon) - Eliezer Kanal - [enki1337](https://github.com/enki1337) - [FancyRabbitt](https://www.reddit.com/user/FancyRabbitt) - [gnidan](https://github.com/gnidan) - [Hastebro](https://github.com/Hastebro) - [hypehuman](https://github.com/hypehuman) - [ironchefpython](https://github.com/ironchefpython) - [jacob-keller](https://github.com/jacob-keller) - [jcranmer](https://github.com/jcranmer) - [KMChappell](https://github.com/KMChappell) - [Kobata](https://github.com/Kobata) - [magus424](https://github.com/magus424) - [mammothb](https://github.com/mammothb) - [markuskeunecke](https://github.com/markuskeunecke) - [Meleneth](https://github.com/meleneth) - [Mewnine](https://www.reddit.com/user/Mewnine) - [mjdillon](https://github.com/mjdillon) - [mmccubbing](https://github.com/mmccubbing) - [NoobKitten](https://github.com/NoobKitten) - [oliversalzburg](https://github.com/oliversalzburg) - [pefoley2](https://www.reddit.com/user/pefoley2) - [Phoenix09](https://github.com/Phoenix09) - [poizan42](https://github.com/poizan42) - [riannucci](https://github.com/riannucci) - [romanalexander](https://github.com/romanalexander) - [sapid](https://github.com/sapid) - [sjdrodge](https://github.com/sjdrodge) - [SphtMarathon](https://www.reddit.com/user/SphtMarathon) - [TeWeBu](https://github.com/TeWeBu) - [toadjaune](https://github.com/toadjaune) - [Tom Rauchenwald](https://github.com/TomRauchenwald) - [trini](https://github.com/trini) - [woutershep](https://github.com/woutershep) - [Wymrite](https://github.com/Wymrite) - [Xanidel](https://github.com/Xanidel) - [zelenay](https://github.com/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>.