1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/VCasino
Alexander Medvednikov 3ddbe015b4 bring back examples
2019-06-29 12:34:32 +02:00
..
.gitignore bring back examples 2019-06-29 12:34:32 +02:00
README.md bring back examples 2019-06-29 12:34:32 +02:00
VCasino.v bring back examples 2019-06-29 12:34:32 +02:00

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