Skip to content
Matthew Bucci edited this page Oct 19, 2018 · 2 revisions

Skills Taught

  • Converting Binary, and Hexadecimal to Decimal Numbers
  • Bitwise Operators

Game Concept

Hexus is a 2 player card game based on the popular card game gwent. Games are made up of at least 2 rounds and players are dealt 8 cards at the beginning of the game. Players take turns placing cards and whoever finishes the round with the highest score wins. Rounds are over when both players "Pass" taking them into the next round of the game. Whoever wins 2 rounds wins the game.

Implementation Details

States

Ai Implementation