roulette/README.md
2022-02-07 17:32:45 +03:00

70 lines
1.7 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.

# Рулетка / Roulette
## Игра с открытым исходным кодом на VB.NET
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
Лицензия: MIT
Игра представляет собой Европейскую рулетку в консоли.
## Поддержка платформ
|Платформа / Platform|Статус / Status|
|---|:---:|
|linux-x64|✅|
|linux-arm64|✅|
|macOS-x64 (Intel)|✅|
|macOS-arm64 (Rosetta)|✅|
|Windows-x64| ❌ |
|Windows-arm64| ❌ |
Windows не поддерживается из-за отутствия полноценной поддержки UTF-8.
## Запуск
1. Скачать нужный файл со страницы Releases
2. Запустить
3. Проверить размер окна (рекомендуется 100х40 символов)
4. Profit
## Скриншоты
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
# Roulette
## Open source game on VB.net
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
License: MIT
The game is a European roulette in the console.
## Platform support
|Platform|Status|
|---|:---:|
|linux-x64|✅|
|linux-arm64|✅|
|macOS-x64 (Intel)|✅|
|macOS-arm64 (Rosetta)|✅|
|Windows-x64| ❌ |
|Windows-arm64| ❌ |
Windows is not supported due to the lack of full UTF-8 support.
## Запуск
1. Download the executable from "Releases" page
2. Run it
3. Check window size (recommended is 100x40)
4. Profit
## Screenshots
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>