Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/ohad-shai/tic-tac-toe
- Owner: ohad-shai
- Created: 2020-10-12T09:25:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T15:13:55.000Z (over 4 years ago)
- Last Synced: 2024-11-17T05:13:17.565Z (3 months ago)
- Topics: console-application, csharp, oop, oop-principles, tic-tac-toe
- Language: C#
- Homepage:
- Size: 16.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)