website/_projects/001-roulette.md
Ivan Bushchik 40ae41dc60
Reinitial commit (rewriting history)
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-04 17:16:49 +03:00

15 lines
No EOL
505 B
Markdown

---
layout: project
title: "roulette"
description: "Implementation of European Roulette"
project-url: "https://github.com/ivabus/roulette"
participant: false
---
Old educational project written in Visual Basic .NET
<img alt="Screenshot of the game" src="https://github.com/ivabus/roulette/blob/main/screenshots/1.png?raw=true" width=500/>
Terminal game, that teached me how to use GitHub Actions :)
Code of the game actually bad, just ~500 lines in one file, translations also there, made by arrays :)