Skip to content
#

strategy-game

A game genre that focuses on skillful thinking and planning to achieve victory.

Here are 51 public repositories matching this topic...

Kickout is a new game which I theorized as a two-player game on a 2D board. There are three types of game pieces and the last player to make a move wins the game. Here I used the game-theory concepts to implement a win-predictor for the game. Assuming the player makes sane and logical moves, the predicted winner always wins the game.

  • Updated Jul 21, 2020
  • JavaScript