An open API service indexing awesome lists of open source software.

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

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`.