Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ohad-shai/tic-tac-toe

A tic-tac-toe game, developed in C# (Console Application).
https://github.com/ohad-shai/tic-tac-toe

console-application csharp oop oop-principles tic-tac-toe

Last synced: 25 days ago
JSON representation

A tic-tac-toe game, developed in C# (Console Application).

Awesome Lists containing this project

README

        

## A tic-tac-toe game, developed in C# (Console Application).

- Developed as a final project in OOP - as part of the .NET web development course in John Bryce college.

### Images:

Opening Screen:

![Opening Screen](https://user-images.githubusercontent.com/72609649/95734547-448d5580-0c8c-11eb-8b31-7a076bb85014.png)

Playing Screen:

![Playing Screen](https://user-images.githubusercontent.com/72609649/95734567-49520980-0c8c-11eb-9191-d00e12e76d05.png)

Winner Screen:

![Winner Screen](https://user-images.githubusercontent.com/72609649/95734571-4ce59080-0c8c-11eb-979c-130c831a12ce.png)

Class Diagram:

![Class Diagram](https://user-images.githubusercontent.com/72609649/95734582-51aa4480-0c8c-11eb-9ea7-04f6800a2024.png)