v/vlib/examples/VCasino
Alexander Medvednikov 4594d78bd6 move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00
..
.gitignore move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00
README.md move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00
VCasino.v move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00

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