py-tui-2048 is the popular 2048 game written with the curses library in Python.
- Restart with
<r> - Quit with
<Ctrl-c> - Continue playing after winning with
<c> - Support for Arrow Keys, WASD, and HJKL (Vim Keybindings)
- Highscore saves
- The current version is not compatible with Windows due to Windows not having an implementation of curses.
- The game was created using Python 3.13, and it may not work with older versions.
py-tui-2048 is licensed under the WTFPL License.