Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhenriquem/console-tic-tac-toe
A console tic tac toe made with c#
https://github.com/jhenriquem/console-tic-tac-toe
Last synced: 10 days ago
JSON representation
A console tic tac toe made with c#
- Host: GitHub
- URL: https://github.com/jhenriquem/console-tic-tac-toe
- Owner: jhenriquem
- Created: 2024-08-03T01:38:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T20:41:34.000Z (6 months ago)
- Last Synced: 2024-11-29T23:15:56.356Z (2 months ago)
- Language: C#
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖳 Console Tic Tac Toe
This project I did with C#, I'm learning about it---
![alt text](./assets/4.png)
## Installation and Use
#### Requirements
- .Net sdk
- Git
---
1. Clone este repositório:
```bash
git clone https://github.com/jhenriquem/console-tic-tac-toe.git
```
2. Navegue até o diretório do projeto```bash
cd console-tic-tac-toe
```3. Run
```bash
dotnet run
```