diff options
Diffstat (limited to 'v_windows/v/examples/vcasino/README.md')
-rw-r--r-- | v_windows/v/examples/vcasino/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v_windows/v/examples/vcasino/README.md b/v_windows/v/examples/vcasino/README.md new file mode 100644 index 0000000..a2a6a3d --- /dev/null +++ b/v_windows/v/examples/vcasino/README.md @@ -0,0 +1,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 |