Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BadagalaAdarsh/Super_Mario
https://github.com/BadagalaAdarsh/Super_Mario
body-tracking fun game gameboy hacktoberfest hacktoberfest-accepted hacktoberfest2022 mediapipe python python-3
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/BadagalaAdarsh/Super_Mario
- Owner: BadagalaAdarsh
- License: gpl-3.0
- Created: 2021-10-19T22:24:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T07:55:23.000Z (about 2 years ago)
- Last Synced: 2024-08-01T20:49:15.631Z (5 months ago)
- Topics: body-tracking, fun, game, gameboy, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, mediapipe, python, python-3
- Language: Python
- Homepage:
- Size: 5.62 MB
- Stars: 232
- Watchers: 13
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - BadagalaAdarsh/Super_Mario - (Python)
README
# Super_Mario
* Hello all this is a simple python program which tries to use our body as a controller for the super mario game
* Here I have used media pipe to detect the body posture
* then based on the based posture I have stimulated the keyboard input using pynput module of the python
* as single press of the key is not sufficient to make the mario move I have used multithreading concept to simultaneously run different methods
* In order to run this program in your machine just install the dependencies like opencv, mediapipe, pynput and run the main.py file
* after that stand in front of the camera in center position
* That's it you are good to go now