Skip to content

ldong/2048_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Only 3 files for 2048: css, js and html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published