v/examples/vcasino
Tim Basel 3e4cd12fd0
.gitignore: ignore all binary files by default
2020-04-29 16:49:13 +02: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