roulette/README.md

71 lines
1.7 KiB
Markdown
Raw Normal View History

2022-01-13 18:44:09 +03:00
# Рулетка / Roulette
2021-03-22 14:43:22 +03:00
2022-02-07 17:30:45 +03:00
## Игра с открытым исходным кодом на VB.NET
2021-03-22 14:43:22 +03:00
2022-02-07 17:30:45 +03:00
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
2021-03-22 14:43:22 +03:00
2022-02-07 17:30:45 +03:00
Лицензия: MIT
2021-03-22 14:47:26 +03:00
2022-02-07 17:30:45 +03:00
Игра представляет собой Европейскую рулетку в консоли.
2021-05-01 19:17:02 +03:00
2022-02-07 17:31:56 +03:00
## Поддержка платформ
2022-02-07 17:26:25 +03:00
|Платформа / Platform|Статус / Status|
|---|:---:|
|linux-x64|✅|
|linux-arm64|✅|
|macOS-x64 (Intel)|✅|
|macOS-arm64 (Rosetta)|✅|
|Windows-x64| ❌ |
|Windows-arm64| ❌ |
2022-02-07 17:32:45 +03:00
Windows не поддерживается из-за отутствия полноценной поддержки UTF-8.
2021-10-26 20:51:17 +03:00
## Запуск
2021-05-04 08:56:07 +03:00
2022-02-07 17:30:45 +03:00
1. Скачать нужный файл со страницы Releases
2. Запустить
3. Проверить размер окна (рекомендуется 100х40 символов)
2022-01-12 19:26:22 +03:00
4. Profit
2021-10-26 16:05:47 +03:00
2022-02-07 17:30:45 +03:00
## Скриншоты
<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| ❌ |
2022-02-07 17:32:45 +03:00
Windows is not supported due to the lack of full UTF-8 support.
2022-02-07 17:30:45 +03:00
## Запуск
1. Download the executable from "Releases" page
2. Run it
3. Check window size (recommended is 100x40)
4. Profit
## Screenshots
2021-10-26 17:27:45 +03:00
2022-01-12 20:48:45 +03:00
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
2021-10-26 17:27:45 +03:00
2021-05-03 10:27:37 +03:00