https://github.com/sempedia/catch_me
Catch me if you can! - simple game using tkinter and Python
https://github.com/sempedia/catch_me
Last synced: 7 months ago
JSON representation
Catch me if you can! - simple game using tkinter and Python
- Host: GitHub
- URL: https://github.com/sempedia/catch_me
- Owner: sempedia
- Created: 2022-12-06T21:08:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T09:15:23.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:49:31.351Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Catch me if you can! - simple game using tkinter and Pyhton
The rules are:- The game goes on between TkInter and the user.
- We have a 500x500 pixel main window with a button inside named 'Catch me!'.
- The button is located in the top-left corner of the window.
- If the user moves the mouse cursor over the button, the button immediately
jumps to another location inside the window.
- The button must not cross the window's boundaries during the jump!Enjoy the game!