Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mervyn-mccreight/java-2048
- Owner: mervyn-mccreight
- Created: 2016-06-04T17:28:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:07:26.000Z (over 8 years ago)
- Last Synced: 2024-11-08T19:52:34.138Z (3 months ago)
- Topics: 2048, 2048-game, immutables, java, java-8, maven, vavr
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :-))