forked from pedroconceicao/Othello
-
Notifications
You must be signed in to change notification settings - Fork 0
cconceicao/Othello
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Othello/Reversi Game This is an individual assigment to Automation and Industrial Robotics Project (PARI - Projecto em Automação e Robótica Industrial) at University of Aveiro. The goal was to program the Othello/Reversi Game to be played in the terminal. It is possible to play against the computer (comment line #64 and uncomment line #65 in main() ) or agains another player (comment line #65 and uncomment line #64 in main() ). The computer plays randomly within the rules of the game. When there are no possible moves the game ends and there's a winner. The player plays by writing the cell coordinates in the terminal from A1 to H8. If the play isn't possible it will be asked for a new coordinate. If the player presses "Q" or "q" the game quits, "S" or "s" to save game to "othello.txt" and "L" or "l" to load game from "othello.txt". Pedro Conceição - Aveiro - 11/11/2017 Masters in Industrial Automation Engineering.
About
Othello/Reversi Game
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 83.8%
- Makefile 16.2%