website/_projects/001-roulette.md

15 lines
505 B
Markdown
Raw Permalink Normal View History

---
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 :)