mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 02:25:20 +03:00
99 lines
3.2 KiB
Markdown
99 lines
3.2 KiB
Markdown
<div id="top"></div>
|
||
|
||
<div align="center">
|
||
<h1 align="center">Roulette | Рулетка</h3>
|
||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/ivabus/roulette/checks">
|
||
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ivabus/roulette">
|
||
<img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/ivabus/roulette">
|
||
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/ivabus/roulette/total">
|
||
<img alt="GitHub commits since latest release (by date)" src="https://img.shields.io/github/commits-since/ivabus/roulette/latest">
|
||
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ivabus/roulette">
|
||
<img alt="GitHub" src="https://img.shields.io/github/license/ivabus/roulette">
|
||
<p><a href="#rus">Версия на русском языке</a></p>
|
||
</div>
|
||
|
||
<div align="center">
|
||
|
||
|
||
## Open source game on VB.net
|
||
|
||
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
|
||
|
||
The game is a realization of European roulette in the console.
|
||
|
||
## Platform support
|
||
|Platform|Status|
|
||
|---|:---:|
|
||
|linux-x64|✅|
|
||
|linux-arm64|✅|
|
||
|linux-musl-x64|✅|
|
||
|linux-musl-arm64|✅|
|
||
|macOS-x64 (Intel)|✅|
|
||
|macOS-arm64 (Apple Silicon)|✅|
|
||
|Windows-x64| ✅ |
|
||
|Windows-arm64| ✅ |
|
||
|
||
## Launching
|
||
|
||
| 0. | Launching Instructions |
|
||
|:---:|---|
|
||
| 1. | Download the required file from the [Releases](https://github.com/ivabus/roulette/releases) page |
|
||
| 2. | Run |
|
||
| 3. | Check the window size (100x40 characters recommended) |
|
||
| 4. | Profit |
|
||
|
||
[Troubleshooting](./troubleshooting.md)
|
||
|
||
## Screenshots
|
||
|
||
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
|
||
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
|
||
|
||
|
||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
||
|
||
<div id="rus"></div>
|
||
|
||
<h1>Рулетка</h1>
|
||
|
||
<h2 align="center">Игра с открытым исходным кодом на VB.NET</h2>
|
||
|
||
|
||
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
|
||
|
||
Игра представляет собой реализацию Европейской рулетки в консоли.
|
||
|
||
|
||
<h3 align="center">Поддержка платформ</h3>
|
||
|
||
|Платформа|Статус|
|
||
|---|:---:|
|
||
|linux-x64|✅|
|
||
|linux-arm64|✅|
|
||
|linux-musl-x64|✅|
|
||
|linux-musl-arm64|✅|
|
||
|macOS-x64 (Intel)|✅|
|
||
|macOS-arm64 (Apple Silicon)|✅|
|
||
|Windows-x64| ✅ |
|
||
|Windows-arm64| ✅ |
|
||
|
||
## Запуск
|
||
| 0. | Инструкция по запуску |
|
||
|:---:|---|
|
||
| 1. | Скачать нужный файл со страницы [Releases](https://github.com/ivabus/roulette/releases) |
|
||
| 2. | Запустить |
|
||
| 3. | Проверить размер окна (рекомендуется 100х40 символов) |
|
||
| 4. | Profit |
|
||
|
||
[Устранение неполадок](./troubleshooting.md)
|
||
|
||
## Скриншоты
|
||
|
||
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
|
||
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
|
||
|
||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
||
</div>
|