Skip to content

Instantly share code, notes, and snippets.

Cat and Mouse Rules

  • 7 players (5 Cats vs 2 Mice)

Premise

  • Mice try to covertly farm jungle camps to get strong enough to fight the Cats while the Cats actively hunt the Mice to prevent them from farming. Once you lose all your lives, you’re out of the game. Win the game by eliminating everyone on the enemy team.

Gold/Exp

  • Nobody is allowed to kill lane minions, or leech experience from them (you may walk in/through the lanes as necessary, and you may run to a tower for defense)
  • The Cats are not allowed to kill jungle camps
  • The only way for the Cats to get gold/experience is by killing the Mice
@jaredcrystal
jaredcrystal / settings.json
Created January 12, 2018 20:21
vsCode settings
{
"workbench.colorTheme": "One Dark Pro",
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.dragAndDrop": false,
"editor.scrollBeyondLastLine": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.useIgnoreFilesByDefault": true,
"extensions.ignoreRecommendations": false,