spytheman / Dueling_Balls

A small Vlang and GG demo, inspired by https://twitter.com/vnglst/status/1751278052154179770

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

A small Vlang and GG demo, inspired by this tweet.

Prerequisites:

First install the latest version of the V programming language.

This module also depends on the excellent https://github.com/Larpon/miniaudio/ library. To install it, just v install inside this project's folder.

Compilation/running:

Do: v run . inside this repo, or if you want to just compile it: v .

Development:

Run v watch run . in one shell, then just use your favourite editor to make changes, and save from time to time. The program would be recompiled and restarted automatically on each change/save.

Screenshot:

Screenshot

About

A small Vlang and GG demo, inspired by https://twitter.com/vnglst/status/1751278052154179770

License:MIT License


Languages

Language:V 97.4%Language:AMPL 2.6%