Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 388 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 388 Bytes

2048

This project is a collaboration on a Java implementation of the famous game 2048. It's loosely based on an MVC model, with seperate classes for every layer. The output of this implementation follows the original as closely as possible