Java implementation of the well-known one-player game 2048.
- Play using either the buttons or arrow keys
- Highscores stored in a local XML file
- Simple AI
- OpenJDK
- OpenJFX
TODO
See the issues page for a list of upcoming and planned features.
Contributions are more than welcome. Please note that this was an academical project, bugs and ugly code is to be expected.
This projects tries to adhere the coding guidelines listed below, please make sure to follow them:
As Oracle does not provide a new style guide we follow the one from Google, though with two expections: Indentation are 4 spaces long and consist of tabs and lines should be wrapped after 80 characters. Otherwise it's just painful to view the code on smaller screens.
GNU GENERAL PUBLIC LICENSE Version 3
See the LICENSE file.