This is our submission of QuHacks 2026
We created an AI-powered UNO game. It allows you to play on various difficulties, from competitive to casual. Not only can you play with just one person, but you can indulge in endless UNO fun.
(Assuming python and node js are installed)
- Clone repository
- Make .venv
- Activate .venv
- Install requirements.txt
- Go to https://ai.hackclub.com/keys and create an API KEY (only works if you are part of Hack Club)
- Make .env and write... API_URL = "paste it here" and API_KEY = "paste it here"
- Run reshuffle-server.js
- Run python api.py
- Assuming live server extension is installed, open index.html with live server
https://www.youtube.com/watch?v=xI61ZPctXC8
THANKS!