roulette/README.md
2021-11-04 12:51:04 +03:00

30 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Рулетка [![Build](https://github.com/BushchikIvan/roulette/actions/workflows/dotnet.yml/badge.svg)](https://github.com/BushchikIvan/roulette/actions/workflows/dotnet.yml)
## Игра с открытым исходным кодом на VB.NET
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
Лицензия: MIT
Игра представляет собой Европейскую рулетку в консоли.
Протестировано на macOS-aarch64 (через Rosetta 2), macOS-x64, linux-x86_64, linux-aarch64.
## Запуск
Системные требования: macOS или Linux, dotnet-sdk >= 5, git, цветной терминал.
git clone https://github.com/BushchikIvan/roulette
cd roulette
dotnet run
## Скриншоты
![Скриншот 1](screenshots/1.png)
![Скриншот 2](screenshots/2.png)
## Перевод / translation
Игра на данном этапе разработки только на русском языке, перевод на английский планируется.
The game is currently only in Russian, and an English translation is planned.