This an Android project where the old 1981 board game called "Order and Chaos" invented by Stephen Sniderman. Order and Chaos is basically tic-tac-toe but with some major differences. Both players control both pieces "X" and "O" and only Order wins with a row, column, or diagonal of 5 peices of the same type. Choas wins if all the spots on the board are filled up and Order never won.
- Clone this repository
$ git clone https://github.com/SUPERharrison/OrderAndChaos.git
-
Open in Android Studio
-
Start app in emulator or device
From the apps home screen. Press "Play Order and Chaos." The game opens on a black 6x6 board, below that is a "Using" bar indicating what peice you are using, and below that are the icons of both players, the one that is bold with both arrows pointing to it. Players take turns placing one peice after the other until either Order gets a victory with 5 peices of the same type in row, or Chaos blocks Order from making 5-in-a-row by filling up all the slots on the board. After someone wins presst the reset button in the top right. Enjoy!
Class: CSCI 4010 Mobile Development
Author: Harrison Welch
Date: 11-19-2017