Add a small dice rolling example game

This commit is contained in:
King_DuckZ 2020-05-02 22:41:58 +02:00
commit a3c1199da9
6 changed files with 151 additions and 5 deletions

View file

@ -0,0 +1,5 @@
executable('dieroll',
'main.cpp',
dependencies: wrenpp_dep,
install: false,
)