v / examples / vcasino / README.md
17 lines · 13 sloc · 319 bytes · 045d480c8cf1d3cb027202ff7d1c431231d33db3
Raw

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