Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 652 Bytes

Gamepad_Web

GamePad

Play your racing games on a portable web based gamepad

A simple Web Based Controller for playing basic racing and arcade games like pacman, mario. Having 4 controls UP/DOWN/LEFT/RIGHT

Install the modules and run the Web controller

pip3 install cherrypy
pip3 install pynput
python3 manage.py

Cherrypy will start a web server on your localhost:8080 Figure out your Local IP: ifconfig or ipconfig(FOR WINDOWS USER) And visit it by any device connected to the same network

Want an extra feature to be added? Feel free to pull a request.