Creature Squad

Welcome to Creature Squad, a simple browser game derived from baseball statistics and implemented with Knockout and TypeScript. Source code is available at GitHub.

How To Play

Creature Squad is primarily a game of chance. Game play takes place on a board in the center of the screen made of 10 rows, each of which are independent of each other. Your objective is to fill in squares on the board and then push those squares past the third column into the scoring zone.

Outs 1st 2nd 3rd Runs
X
X
X
X
X
X
X
X
1
1
1

Each team gets 5 rounds (or more if the score is tied.) A round ends when your total number of outs after a turn is 30 or greater. Unlike in baseball, the points still count even if you reach 30 outs, so the best rounds are usually those where you land at 28 or 29 and can get one more turn.

For each turn, you have two options: attack and sacrifice.

Team customization

You can define your own teams in the team setup window.

Each team is a JSON array. Each element in the array can have the following attributes:

Copyright

Character images, names, icons, and descriptions are © 2017 libertyernie, and are available under a Creative Commons Attribution-NonCommercial 4.0 International License.

Everything else is © 2017 libertyernie, and is available under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Source code is available at: https://github.com/libertyernie/CreatureSquad