v/examples/VCasino
Alexander Medvednikov 76bf732e63 builtin: public/private functions, remove lots of duplicate functionality
(string.eq, compare_strings, etc)
2019-06-27 13:29:31 +02:00
..
.gitignore examples: VCasino 2019-06-27 02:05:05 +02:00
README.md examples: VCasino 2019-06-27 02:05:05 +02:00
VCasino.v builtin: public/private functions, remove lots of duplicate functionality 2019-06-27 13:29: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