| 1. | | Ask HN: What happens to older developers? |
| 554 points by JeffJenkins on March 10, 2014 | 358 comments |
|
| 2. | | Show HN: Real-time server monitoring in your browser (scoutapp.github.io) |
| 346 points by acl on March 10, 2014 | 115 comments |
|
| |
|
|
| 4. | | Learn regular expressions in about 55 minutes (qntm.org) |
| 277 points by melloclello on March 10, 2014 | 78 comments |
|
| 5. | | The Mid-Career Crisis of the Perl Programmer (modernperlbooks.com) |
| 278 points by jashkenas on March 10, 2014 | 167 comments |
|
| |
|
|
| 7. | | Edward Snowden SXSW live stream (livestream.com) |
| 255 points by jpmc on March 10, 2014 | 59 comments |
|
| 8. | | Starcraft reverse engineered to run on ARM (openpandora.org) |
| 237 points by galapago on March 10, 2014 | 55 comments |
|
| 9. | | Vagrant 1.5 and Vagrant Cloud (vagrantup.com) |
| 210 points by geetarista on March 10, 2014 | 50 comments |
|
| 10. | | How I resurrected my MacBook Pro by putting it in the oven (ales.io) |
| 215 points by alesdotio on March 10, 2014 | 201 comments |
|
| 11. | | Kill the Snowden interview, congressman tells SXSW (cnet.com) |
| 216 points by joesmo on March 10, 2014 | 90 comments |
|
| 12. | | So You Think You Want to Open a Brewery (seriouseats.com) |
| 206 points by sedev on March 10, 2014 | 136 comments |
|
| 13. | | Edward Snowden: ‘They’re setting fire to the future of the Internet’ (washingtonpost.com) |
| 193 points by Libertatea on March 10, 2014 | 68 comments |
|
| 14. | | The Littlest CPU Rasterizer (ginsweater.com) |
| 177 points by zdw on March 10, 2014 | 16 comments |
|
| 15. | | What Are Your GCC Flags? (httrack.com) |
| 174 points by fruneau on March 10, 2014 | 114 comments |
|
| 16. | | STEM Shortage Claims and Facebook's $19 Billion Acquisition of WhatsApp (math-blog.com) |
| 174 points by acangiano on March 10, 2014 | 240 comments |
|
| 17. | | Rendering large terrains (pheelicks.com) |
| 175 points by pheelicks on March 10, 2014 | 52 comments |
|
| |
|
|
| 19. | | Sony and Panasonic announce the Archival Disc format (sony.net) |
| 152 points by jhack on March 10, 2014 | 147 comments |
|
| |
|
|
| 21. | | A competitor emailed me moments after I signed up to Stripe (ashdavies.net) |
| 148 points by ashdav on March 10, 2014 | 87 comments |
|
| 22. | | Python web scraping (jakeaustwick.me) |
| 138 points by Jake232 on March 10, 2014 | 62 comments |
|
| 23. | | Intern at a YC Company (blog.ycombinator.com) |
| 136 points by katm on March 10, 2014 | 79 comments |
|
| 24. | | iOS 7.1 (apple.com) |
| 137 points by Brajeshwar on March 10, 2014 | 223 comments |
|
| 25. | | Linux's fsync() woes are getting some attention (rhaas.blogspot.com) |
| 135 points by r4um on March 10, 2014 | 67 comments |
|
| 26. | | God's Number is 20 (cube20.org) |
| 131 points by mjackson on March 10, 2014 | 47 comments |
|
| 27. | | Docker 0.9: introducing execution drivers and libcontainer (docker.io) |
| 128 points by johns on March 10, 2014 | 44 comments |
|
| 28. | | Linguistic Analysis Says Newsweek Named The Wrong Man As Bitcoin's Creator (forbes.com/sites/matthewherper) |
| 116 points by atmosx on March 10, 2014 | 63 comments |
|
| 29. | | Show HN: SVG Clocks (amazonaws.com) |
| 107 points by Edmond on March 10, 2014 | 42 comments |
|
| 30. | | 2003 Boeing 727-223 disappearance (wikipedia.org) |
| 109 points by 67726e on March 10, 2014 | 46 comments |
|
|
| More |
I made this game as a fun weekend project, inspired by another game called 1024 (https://itunes.apple.com/us/app/1024!/id823499224) and a spinoff called 2048 (http://saming.fr/p/2048/). I did mine to add animations to the latter, which was a bit hard to play without them.
I discovered Threes only today, and I had no idea it looked so similar. I searched a bit and it appears as if 1024 is also inspired by Threes, so my game is probably the last of a long chain of clones :P
The code is also open-source. You can find it here: https://github.com/gabrielecirulli/2048
Feel free to ask me anything, and thanks to everyone for the attention! :)
By the way, my highscore is somewhere around 6000. Admittedly, I'm quite bad at playing my own game :P
EDIT: Make sure not to get addicted!
EDIT 2: The game now has swipe gestures and vim keys support (added by @rayhaanj)!