/gamecode-2048

Everyone knows the game 2048, but without a graphical interface, on the console development environment:D

Primary LanguageJava

The project runs in the Intellij IDEA development environment console. The game ends when the field has the number 2048, i.e. you won, or all the fields were filled-lost. Controls: arrow keys - which way the numbers will move, esc-end the session.

fadedFog