TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building 2048 in AngularJS

67 pointsby jashmennabout 11 years ago

6 comments

wtfseriouslyabout 11 years ago
Compared to how the original 2048 is written - which is quite clean - the amount of clones (and the speed of their production) being a testament to that - this is disgustingly, unnecessarily complex.
评论 #7554627 未加载
评论 #7556219 未加载
评论 #7554610 未加载
评论 #7554624 未加载
SchizoDuckieabout 11 years ago
If ignore the 2048 hype and how well that&#x27;s built framework-free, this is one of the most excellent writeups on how to build and organize an angular application that i have seen to date.<p>Seriously, screw TodoMVC. I cannot get a feel for a framework from that. This is almost the minimum complication level you need to be able to assess a framework&#x27;s usage complexity.<p>The animations need work though, the feel of the game is less polished than the original, mostly because the original game keeps a copy of the most recent tile floating on top of the one that&#x27;s merged away so that the full animation can run.
评论 #7555022 未加载
guru1206about 11 years ago
Probably the best basic Angular Tutorial I have seen!
petebdabout 11 years ago
Go TDD! Nice structuring of the application.
评论 #7561903 未加载
trombomulinabout 11 years ago
not sure about the original being cleaner, this looks damn good to me
ericrius2about 11 years ago
This is awesome!