Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mervyn-mccreight/java-2048

Simple and basic implementation of the 2048-game with basic ascii-art UI written in Java.
https://github.com/mervyn-mccreight/java-2048

2048 2048-game immutables java java-8 maven vavr

Last synced: 22 days ago
JSON representation

Simple and basic implementation of the 2048-game with basic ascii-art UI written in Java.

Awesome Lists containing this project

README

        

# 2048
2048 with simple ascii-art ui, just for fun :-)

used to get a first expression of javaslang.io

i also use immutables.org to easily define my own immutable classes (which i think is neat :-))