Author: Menesay
Start Date: 10/08/2022
Finish Date: 15/08/2022
DUVİ GAME is a simple yet engaging game built using Python's Tkinter library. The objective is to control the character (Vaddab) and avoid colliding with the moving enemies (Duvi's) on the screen. The game includes a stopwatch to track the player's survival time and a menu interface for navigation.
- Ensure you have Python installed on your machine.
- Install the Tkinter library if it's not already included:
pip install tk
- Download the game files, including the images
duvi.png
,Duvi_Game.png
, andvaddab.png
.
- Move Up: Press
W
- Move Down: Press
S
- Move Left: Press
A
- Move Right: Press
D
- Play Again: Press
R
(when game over) - Quit: Press
Q
(when game over) - Back to Main Menu: Click the "Back" button
Enjoy the game and challenge yourself to survive as long as you can!