A couple hours of throwing together a 2048 game using curses
Made as a part of an evening of 2048 with my roommates. My rendition is most definitely the worst.
python3
- Initialise virtual environment
python3 -m venv venv - Source environment
source venv/bin/activate - Install requirements
pip install -r requirements.txt
- Run
python app.py - Use arrow keys to move blocks
- Press Q to quit
- Game will exit when you win