2048 in bash
11–20 of 21 posts
Re: 2048 in bash
#12Re: 2048 in bash
#13bash? Why not sed? :)
Re: 2048 in bash
#14Re: 2048 in bash
#15You can keep pressing left all the time and you will you see some numbers appearing and disappearing. Sometimes moving to the line on top. Pressing down results in errors on line 111. let and board giving "bad array expected", "expression expected". Edit: I am on Mac OS.
Re: 2048 in bash
#16Re: 2048 in bash
#17Serious question - is there a way to filter out all of these annoying 2048 games that pop up every day, in my HN settings?
With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }
You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.
Re: 2048 in bash
#18Earlier quoted context omitted.
With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }
On a side note: Are there any websites that hold contests or aggregate user-submitted style changes for websites? You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.
Re: 2048 in bash
#19Earlier quoted context omitted.
With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }
On a side note: Are there any websites that hold contests or aggregate user-submitted style changes for websites? You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.
For javascript, there is http://userscripts.org/