jy4096 / Jungle

TicTacToe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Multiplayer Game -Jungle

https://cutejungle.com/

1. Game Instruction

Objective (Win condition)
  • One of your pieces enter the opponent's den which is marked by the star.
  • Your pieces ate all opponents' pieces.
Board

board

Pieces
  • Ranking: elephant > lion > tiger > cheetah > wold > dog > cat > mouse
  • higher rank can eat lower rank animals (exception: mouse can eat elephant) animalRank
Movement

More detailed rules in the game.

2. Game Development

2.1 Play Modes:
  • Pass and play
  • Play against computer
  • only AIs
  • ping-pong multiplayer
  • community play
2.2 Karma and Jasmine for unit test and code coverage
2.3 AI Mode
  • predict moves using score evaluation based on the min-max algorithm
2.4 Phone applicaion

3. Author

About

TicTacToe game


Languages

Language:TypeScript 68.8%Language:HTML 18.0%Language:JavaScript 9.9%Language:CSS 3.3%