├── GamePlay.mp4 ├── README.md ├── dialog.cpp ├── dialog.h ├── dialog.ui ├── images ├── bomb.png ├── bomb_effect.png ├── eat_pizza.png └── pizza.png ├── login.cpp ├── login.h ├── login.ui ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── postgresql.pro ├── postgresql.pro.user ├── register.cpp ├── register.h └── register.ui /GamePlay.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/GamePlay.mp4 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/README.md -------------------------------------------------------------------------------- /dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/dialog.cpp -------------------------------------------------------------------------------- /dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/dialog.h -------------------------------------------------------------------------------- /dialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/dialog.ui -------------------------------------------------------------------------------- /images/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/images/bomb.png -------------------------------------------------------------------------------- /images/bomb_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/images/bomb_effect.png -------------------------------------------------------------------------------- /images/eat_pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/images/eat_pizza.png -------------------------------------------------------------------------------- /images/pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/images/pizza.png -------------------------------------------------------------------------------- /login.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/login.cpp -------------------------------------------------------------------------------- /login.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/login.h -------------------------------------------------------------------------------- /login.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/login.ui -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /postgresql.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/postgresql.pro -------------------------------------------------------------------------------- /postgresql.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/postgresql.pro.user -------------------------------------------------------------------------------- /register.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/register.cpp -------------------------------------------------------------------------------- /register.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/register.h -------------------------------------------------------------------------------- /register.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Reflex-game-with-Qt-and-Postgresql/HEAD/register.ui --------------------------------------------------------------------------------