Othello in Ada
A terminal-based implementation of the classic board game, written in Ada.
This project was made as an exercice in recursion during my fourth semester at INSA.
More info about the project can be found on my github, along with instructions on how to compile it.
Which row ? (1–8): 5
Which column ? (1–8): 3
X to move
O : 15
X : 12
[0][1][2][3][4][5][6][7][8]
[1][ ][ ][ ][ ][ ][ ][ ][ ]
[2][ ][ ][O][O][O][ ][ ][ ]
[3][ ][O][X][X][X][O][ ][ ]
[4][ ][O][X][O][X][X][O][ ]
[5][ ][O][X][X][O][X][ ][ ]
[6][ ][ ][O][O][X][ ][ ][ ]
[7][ ][ ][ ][ ][ ][ ][ ][ ]
[8][ ][ ][ ][ ][ ][ ][ ][ ]