added double jump and sitting state
This commit is contained in:
parent
2e5c5a8dde
commit
90d07dde3f
148 changed files with 13050 additions and 0 deletions
3
term1/seminar13_polymorphism/arkanoid/Makefile
Normal file
3
term1/seminar13_polymorphism/arkanoid/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
path = ../../../../3rdparty/SFML-2.5.1
|
||||
arkanoid:
|
||||
g++ -Wall -Wextra arkanoid.cpp bonus.cpp main.cpp ball.cpp brick_grid.cpp paddle.cpp -std=c++17 -o arkanoid -lsfml-graphics -lsfml-window -lsfml-system
|
||||
Reference in a new issue