Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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#

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
```