SimeonTheCoder / GameOfWarSchool

A simple console game made for school

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of War

A C# console app implementation of the famous card game Game of War, made as a school project.

Rules

  • Each one of the two players is given half a deck of shuffled cards
  • Each turn, every player draws a card from their deck
  • The player with the higher card gets both; If equal - WAR
  • War - taking out cards until one of them wins. The winner gets all the cards

Play it

Controls: press Enter and enjoy the chaos!

Play it in Repl.it.

About

A simple console game made for school


Languages

Language:C# 100.0%