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
- Host: GitHub
- URL: https://github.com/luanroger/unoproject
- Owner: LuanRoger
- License: mit
- Created: 2020-06-23T22:24:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T12:40:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T10:55:59.180Z (3 months ago)
- Language: C#
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

> Início.
> Cartas dos jogadores
> Selecionar carta### Como iniciar
```powershell
dotnet run [NOME] [NOME]...
```