mirror of
https://github.com/ivabus/website
synced 2024-11-22 08:25:12 +03:00
15 lines
505 B
Markdown
15 lines
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 :)
|