Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.34 KB

LootBox - Video Game Powered Vending Machine

logo_400x225

Preview

tower.mp4
flappy.mp4
pong.mp4
guac.mp4

👩‍🔬👨‍🔬 Installation

git clone https://github.com/NatanelMizrahi/lootbox.git
cd lootbox
python3 -m pip install requirements.txt

👟 Run The Server

python3 server.py 

🕹 How to Play

🎮 Connect A Gamepad

Any USB gamepad should do the trick

💻 Open your browser

Open any of these links in your browser after running the server:

Notes
  • If you insist, you may play without a gamepad ⌨. Just set GAMEPAD_ACTIVE = false; within common.js and rerun the server.