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

https://github.com/luanroger/unoproject

Jogo Uno feito em C# Console
https://github.com/luanroger/unoproject

Last synced: about 2 months ago
JSON representation

Jogo Uno feito em C# Console

Awesome Lists containing this project

README

        

Uno Project


Jogo Uno que funciona no terminal

### Features
- Suporte a até 4 jogadores
- Cartas com indentificação de cores no terminal

### Tecnologias e linguagem
- [.NET 5](https://dotnet.microsoft.com)
- C#

### Capturas de tela
![](https://github.com/LuanRoger/UnoProject/blob/master/UnoProject/assets/screenshots/StartGame.png)
> Início.

![](https://github.com/LuanRoger/UnoProject/blob/master/UnoProject/assets/screenshots/PlayersCards.png)
> Cartas dos jogadores

![](https://github.com/LuanRoger/UnoProject/blob/master/UnoProject/assets/screenshots/SelectCardMenu.png)
> Selecionar carta

### Como iniciar
```powershell
dotnet run [NOME] [NOME]...
```