roulette/README.md
2021-10-26 17:27:45 +03:00

46 lines
1.9 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)
[![Docker Image CI](https://github.com/BushchikIvan/roulette/actions/workflows/docker-image.yml/badge.svg)](https://github.com/BushchikIvan/roulette/actions/workflows/docker-image.yml)
## Игра с открытым исходным кодом на VB.NET
Создатель и сопроводитель: Иван Бущик <ivan@bushchik.ru>
Лицензия: GNU GPLv3
Игра представляет собой Европейскую рулетку в консоли.
Протестировано на macOS-arm (через Rosetta 2), macOS-x64, linux-x86_64, linux-arm, linux-docker-x86_64.
В данный момент нет деления на стабильную и нестабильную версию.
## Сборка и запуск
Требования macOS | Linux, git, цветной терминал.
Рекомендуется dotnet-sdk >= 5.
git clone https://github.com/BushchikIvan/roulette
cd roulette
dotnet build
dotnet run
### Быстрый запуск версии из master ветки с помошью Docker (для x86_64)
docker run -it bushchikivan/roulette:master
### Быстрый запуск последней стабильной версии с помощью Docker (для x86_64)
docker run -it bushchikivan/roulette:latest
## Скриншоты
![Скриншот 1](/screenshots/1.png?raw=true "Скриншот 1")
![Скриншот 2](/screenshots/2.png?raw=true "Скриншот 2")
## Перевод / translation
Игра на данном этапе разработки только на русском языке, перевод на английский планируется.
The game is currently only in Russian, and an English translation is planned.