Add a small dice rolling example game
This commit is contained in:
parent
3a8285a518
commit
a3c1199da9
6 changed files with 151 additions and 5 deletions
5
examples/dieroll/meson.build
Normal file
5
examples/dieroll/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
executable('dieroll',
|
||||
'main.cpp',
|
||||
dependencies: wrenpp_dep,
|
||||
install: false,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue