Skip to content

bittersweet-coffee/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Travis License

Java implementation of the well-known one-player game 2048.

Features

  • Play using either the buttons or arrow keys
  • Highscores stored in a local XML file
  • Simple AI

Requirements

  • OpenJDK
  • OpenJFX

Installation

TODO

Upcoming features

See the issues page for a list of upcoming and planned features.

Contributions

Contributions are more than welcome. Please note that this was an academical project, bugs and ugly code is to be expected.

Development Guide

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.

License

GNU GENERAL PUBLIC LICENSE Version 3

See the LICENSE file.