roulette/README.md
2021-09-26 14:59:56 +03:00

28 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Рулетка [![Build](https://github.com/BushchikIvan/roulette/actions/workflows/dotnet.yml/badge.svg)](https://github.com/BushchikIvan/roulette/actions/workflows/dotnet.yml)
## Игра с открытым исходным кодом на VB.NET
Создатель и сопроводитель: Иван Бущик <ivabus06@yandex.ru>
Лицензия: GNU GPLv3
Игра представляет собой Европейскую рулетку в консоли.
Протестировано на macOS-arm (через Rosetta 2), macOS-x64, linux-x64, linux-arm.
В данный момент нет деления на стабильную и нестабильную версию.
## Сборка
Требования macOS | Linux, git, цветной терминал.
Рекомендуется dotnet-sdk >= 5.
git clone https://github.com/BushchikIvan/roulette
cd roulette
dotnet build
## Перевод / translation
Игра на данном этапе разработки только на русском языке, перевод на английский планируется.
The game is currently only in Russian, and an English translation is planned.