roulette/README.md

99 lines
3.2 KiB
Markdown
Raw Normal View History

2022-02-10 14:11:17 +03:00
<div id="top"></div>
2022-02-10 08:59:52 +03:00
2022-02-10 14:11:17 +03:00
<div align="center">
2022-02-10 14:21:58 +03:00
<h1 align="center">Roulette | Рулетка</h3>
2022-02-10 14:11:17 +03:00
<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">
2022-02-10 14:21:58 +03:00
<p><a href="#rus">Версия на русском языке</a></p>
2022-02-10 14:11:17 +03:00
</div>
2021-03-22 14:43:22 +03:00
2022-02-10 14:11:17 +03:00
<div align="center">
2022-02-10 14:21:58 +03:00
## Open source game on VB.net
2021-03-22 14:43:22 +03:00
2022-02-10 14:21:58 +03:00
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
2022-02-07 17:32:45 +03:00
2022-02-27 21:30:39 +03:00
The game is a realization of European roulette in the console.
2022-02-10 14:11:17 +03:00
2022-02-10 14:21:58 +03:00
## Platform support
|Platform|Status|
2022-02-10 14:11:17 +03:00
|---|:---:|
|linux-x64|✅|
|linux-arm64|✅|
2022-02-10 18:32:37 +03:00
|linux-musl-x64|✅|
|linux-musl-arm64|✅|
2022-02-10 14:11:17 +03:00
|macOS-x64 (Intel)|✅|
2022-02-10 16:35:27 +03:00
|macOS-arm64 (Apple Silicon)|✅|
2022-02-10 14:11:17 +03:00
|Windows-x64| ✅ |
|Windows-arm64| ✅ |
2021-05-04 08:56:07 +03:00
2022-02-10 14:21:58 +03:00
## Launching
2022-02-10 14:11:17 +03:00
2022-02-10 14:21:58 +03:00
| 0. | Launching Instructions |
2022-02-10 14:13:59 +03:00
|:---:|---|
2022-02-10 14:21:58 +03:00
| 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) |
2022-02-10 14:13:59 +03:00
| 4. | Profit |
2021-10-26 16:05:47 +03:00
2022-02-10 20:22:36 +03:00
[Troubleshooting](./troubleshooting.md)
2022-02-10 14:21:58 +03:00
## Screenshots
2022-02-07 17:30:45 +03:00
2022-02-10 14:13:59 +03:00
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
2022-02-07 17:30:45 +03:00
2022-02-10 14:21:58 +03:00
2022-02-10 14:13:59 +03:00
<p align="right">(<a href="#top">back to top</a>)</p>
2022-02-10 14:21:58 +03:00
<div id="rus"></div>
<h1>Рулетка</h1>
<h2 align="center">Игра с открытым исходным кодом на VB.NET</h2>
2022-02-10 14:11:17 +03:00
2022-02-07 17:30:45 +03:00
2022-02-10 14:21:58 +03:00
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
2022-02-07 17:30:45 +03:00
2022-02-27 21:30:39 +03:00
Игра представляет собой реализацию Европейской рулетки в консоли.
2022-02-07 17:30:45 +03:00
2022-02-10 14:21:58 +03:00
<h3 align="center">Поддержка платформ</h3>
2022-02-07 17:32:45 +03:00
2022-02-10 14:21:58 +03:00
|Платформа|Статус|
2022-02-10 14:13:59 +03:00
|---|:---:|
|linux-x64|✅|
|linux-arm64|✅|
2022-02-10 18:32:37 +03:00
|linux-musl-x64|✅|
|linux-musl-arm64|✅|
2022-02-10 14:13:59 +03:00
|macOS-x64 (Intel)|✅|
2022-02-10 16:35:27 +03:00
|macOS-arm64 (Apple Silicon)|✅|
2022-02-10 14:13:59 +03:00
|Windows-x64| ✅ |
|Windows-arm64| ✅ |
2022-02-07 17:30:45 +03:00
2022-02-10 14:21:58 +03:00
## Запуск
| 0. | Инструкция по запуску |
2022-02-10 14:13:59 +03:00
|:---:|---|
2022-02-10 14:21:58 +03:00
| 1. | Скачать нужный файл со страницы [Releases](https://github.com/ivabus/roulette/releases) |
| 2. | Запустить |
| 3. | Проверить размер окна (рекомендуется 100х40 символов) |
2022-02-10 14:13:59 +03:00
| 4. | Profit |
2021-10-26 17:27:45 +03:00
2022-02-10 20:29:49 +03:00
[Устранение неполадок](./troubleshooting.md)
2022-02-10 14:21:58 +03:00
## Скриншоты
2021-10-26 17:27:45 +03:00
2022-02-10 14:13:59 +03:00
<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>
2021-05-03 10:27:37 +03:00
2022-02-10 14:11:17 +03:00
</div>