/Cursed-2048

A couple hours of throwing together a 2048 game using curses

Primary LanguagePython

Cursed-2048

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.

Requirements

  • python3

Installing

  • Initialise virtual environment python3 -m venv venv
  • Source environment source venv/bin/activate
  • Install requirements pip install -r requirements.txt

Playing the game

  • Run python app.py
  • Use arrow keys to move blocks
  • Press Q to quit
  • Game will exit when you win