Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meskarune/2048-streamlined
An edit of 2048 with a lot of redundancy and unnessary stuff removed.
https://github.com/meskarune/2048-streamlined
game mobile website
Last synced: 15 days ago
JSON representation
An edit of 2048 with a lot of redundancy and unnessary stuff removed.
- Host: GitHub
- URL: https://github.com/meskarune/2048-streamlined
- Owner: meskarune
- License: mit
- Created: 2018-06-21T16:52:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T17:23:35.000Z (over 6 years ago)
- Last Synced: 2024-11-28T14:45:03.763Z (2 months ago)
- Topics: game, mobile, website
- Language: JavaScript
- Homepage: https://meskarune.github.io/2048-streamlined/
- Size: 664 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048-streamlined
An edit of 2048 with a lot of redundancy and unnessary stuff removed.## Goals
* Use standards compliant html5 and clean syntax
* Use em and percentages instead of pixels for sizes
* No redundant code/css
* Remove trackers, social media links, etc.
* No using floats for alignment, K.I.S.S
* Drop support for ancient browsers, avoid hacks and browser based pre-fixes
* try to keep file download size for mobile as small as possible## Todo
* minimize css
* clean up javascript
* change tiles/grid to an em based system so it adapts better to browser zoom and font changes.## Licenses
Code/css is MIT License. Font is Clear Sans with Apache license, Rice paper background comes from subtle patterns under Creative Commons Attribution-ShareAlike 3.0 Unported License.