FifoIronton / Cursed-2048

A couple hours of throwing together a 2048 game using curses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A couple hours of throwing together a 2048 game using curses


Languages

Language:Python 100.0%