Mostly working prototype that uses FTXUI to render to SFML and then plays a sound when you hit a wall.
This commit is contained in:
parent
69fa7d9e4e
commit
feda66defd
11 changed files with 213 additions and 68 deletions
|
@ -7,10 +7,11 @@ json = dependency('nlohmann_json')
|
|||
ftxui_screen = dependency('ftxui-screen')
|
||||
ftxui_dom = dependency('ftxui-dom')
|
||||
ftxui_component = dependency('ftxui-component')
|
||||
sfml = dependency('sfml')
|
||||
|
||||
dependencies = [catch2, fmt,
|
||||
ftxui_screen, ftxui_dom, ftxui_component,
|
||||
json]
|
||||
json, sfml]
|
||||
|
||||
runtests = executable('runtests', [
|
||||
'dbc.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue