blob: a2a6a3d644a40a61f8bbf19e3646f48c4d057c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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.
```bash
v VCasino.v
./VCasino
```
And this to compile and launch the game directly.
```bash
v run VCasino.v
```
Created by Thomas Senechal : https://github.com/thomas-senechal/VCasino
|