Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 549 Bytes

VCasino

VCasino is a very simple game made to learn V.

The V Programming Language

This game was written in V, a new language available at the following links.

Official website : https://vlang.io

Official github : https:/vlang/v

Compile and Run

Use this to generate a binary and then launch the game.

git clone https:/thomas-senechal/VCasino.git
v VCasino.v
./VCasino

And this to compile and launch the game directly.

git clone https:/thomas-senechal/VCasino.git
v run VCasino.v