v/examples/vcasino
Lukas Neubert dee733aae4
fmt: reset const field align after multi line exprs (#9916)
2021-04-29 02:17:37 +03:00
..
README.md
vcasino.v

README.md

VCasino

VCasino is a very simple game made to learn V.

Compile and Run

Use this to generate a binary and then launch the game.

v VCasino.v
./VCasino

And this to compile and launch the game directly.

v run VCasino.v

Created by Thomas Senechal : https://github.com/thomas-senechal/VCasino