MVP for a Pong game

This commit is contained in:
Hartmut Seichter 2023-07-01 22:17:41 +02:00
parent 14343e7fd0
commit e9d0de8cdd
17 changed files with 517 additions and 109 deletions

View file

@ -0,0 +1,4 @@
add_executable(paradiso_pong pong.cpp)
target_link_libraries(paradiso_pong paradiso_core)