mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 02:25:20 +03:00
Update README.md
This commit is contained in:
parent
7cd34a70be
commit
c352ac7603
81
README.md
81
README.md
|
@ -9,18 +9,19 @@
|
|||
<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="#eng">To English README</a></p>
|
||||
</div>
|
||||
|
||||
<h2 align="center">Игра с открытым исходным кодом на VB.NET</h2>
|
||||
|
||||
<div align="center">
|
||||
|
||||
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
|
||||
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
|
||||
|
||||
Игра представляет собой Европейскую рулетку в консоли.
|
||||
Игра представляет собой Европейскую рулетку в консоли.
|
||||
|
||||
|
||||
<h3 align="center">Поддержка платформ</h3>
|
||||
<h3 align="center">Поддержка платформ</h3>
|
||||
|
||||
|
||||
|Платформа|Статус|
|
||||
|
@ -33,55 +34,57 @@
|
|||
|Windows-arm64| ✅ |
|
||||
|
||||
|
||||
## Запуск
|
||||
| 0. | Инструкция по запуску |
|
||||
|:---:|---|
|
||||
| 1. | Скачать нужный файл со страницы [Releases](https://github.com/ivabus/roulette/releases) |
|
||||
| 2. | Запустить |
|
||||
| 3. | Проверить размер окна (рекомендуется 100х40 символов) |
|
||||
| 4. | Profit |
|
||||
## Запуск
|
||||
| 0. | Инструкция по запуску |
|
||||
|:---:|---|
|
||||
| 1. | Скачать нужный файл со страницы [Releases](https://github.com/ivabus/roulette/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"/>
|
||||
<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>
|
||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||
|
||||
# Roulette
|
||||
<div id="eng"></div>
|
||||
|
||||
## Open source game on VB.net
|
||||
# Roulette
|
||||
|
||||
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
|
||||
## Open source game on VB.net
|
||||
|
||||
The game is a European roulette in the console.
|
||||
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
|
||||
|
||||
## Platform support
|
||||
|Platform|Status|
|
||||
|---|:---:|
|
||||
|linux-x64|✅|
|
||||
|linux-arm64|✅|
|
||||
|macOS-x64 (Intel)|✅|
|
||||
|macOS-arm64 (Rosetta)|✅|
|
||||
|Windows-x64| ✅ |
|
||||
|Windows-arm64| ✅ |
|
||||
The game is a European roulette in the console.
|
||||
|
||||
## Launching
|
||||
## Platform support
|
||||
|Platform|Status|
|
||||
|---|:---:|
|
||||
|linux-x64|✅|
|
||||
|linux-arm64|✅|
|
||||
|macOS-x64 (Intel)|✅|
|
||||
|macOS-arm64 (Rosetta)|✅|
|
||||
|Windows-x64| ✅ |
|
||||
|Windows-arm64| ✅ |
|
||||
|
||||
| 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 |
|
||||
## Launching
|
||||
|
||||
## Screenshots
|
||||
| 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 |
|
||||
|
||||
<img alt="Скриншот 1" src="screenshots/1.png" width="200"/>
|
||||
<img alt="Скриншот 2" src="screenshots/2.png" width="200"/>
|
||||
## 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>
|
||||
|
||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue