mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
Update README.md
This commit is contained in:
parent
ef66a02a95
commit
094e3d090c
1 changed files with 44 additions and 42 deletions
86
README.md
86
README.md
|
@ -1,7 +1,7 @@
|
||||||
<div id="top"></div>
|
<div id="top"></div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1 align="center">Рулетка | Roulette</h3>
|
<h1 align="center">Roulette | Рулетка</h3>
|
||||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/ivabus/roulette/checks">
|
<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 (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 Release Date" src="https://img.shields.io/github/release-date/ivabus/roulette">
|
||||||
|
@ -9,12 +9,52 @@
|
||||||
<img alt="GitHub commits since latest release (by date)" src="https://img.shields.io/github/commits-since/ivabus/roulette/latest">
|
<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 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">
|
<img alt="GitHub" src="https://img.shields.io/github/license/ivabus/roulette">
|
||||||
<p><a href="#eng">To English README</a></p>
|
<p><a href="#rus">Версия на русском языке</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 align="center">Игра с открытым исходным кодом на VB.NET</h2>
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
|
|
||||||
|
## Open source game on VB.net
|
||||||
|
|
||||||
|
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
|
||||||
|
|
||||||
|
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| ✅ |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|
||||||
|
## 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>
|
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
|
||||||
|
|
||||||
|
@ -49,42 +89,4 @@
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
<div id="eng"></div>
|
|
||||||
|
|
||||||
# Roulette
|
|
||||||
|
|
||||||
## Open source game on VB.net
|
|
||||||
|
|
||||||
Creator and maintainer: Ivan Bushchik <ivan@bushchik.ru>
|
|
||||||
|
|
||||||
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| ✅ |
|
|
||||||
|
|
||||||
## 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 |
|
|
||||||
|
|
||||||
## 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>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue