Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 632 Bytes

2048 in Javascript

Structure

This is the most simple yet readable version of 2048, and it only contains 4 files. Thus it makes a lot easier to understand how 2048 works, if you want to know. Enjoy!

.
├── 2048.html
├── README.md
├── css
│   └── 2048.css
└── js
    └── 2048.js

2 directories, 4 files

Disclaimer

This repo is a fork of 2048, I don't own it nor take any credits. Please visit original author CAO Chao for help if any.

You can play it here