https://github.com/mawkler/2048
A simple version of 2048 written in Java and Java Swing for the course User Interface Programming
https://github.com/mawkler/2048
Last synced: over 1 year ago
JSON representation
A simple version of 2048 written in Java and Java Swing for the course User Interface Programming
- Host: GitHub
- URL: https://github.com/mawkler/2048
- Owner: mawkler
- Created: 2019-04-04T13:14:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T10:55:15.000Z (about 7 years ago)
- Last Synced: 2025-03-10T18:57:19.696Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048
## Dependencies
- JDK 11
- Make
## Installing and launching
To set everything up run `make install`. To launch the game run `make`.
## How to play the game
After launching the game, press the "Tutorial" button to learn to play it through an interactive tutorial. If you're too lazy to play the tutorial, you can simply keep on reading.
To start a new game, press `N` on your keyboard.
When inside a game, use the arrows on your keyboard to swipe the tiles on the
board in a direction of your choice.
To undo a move, press `U`. To redo an undoed move, press `R`.