A Game Played In the URL Bar 156
Kilrah_il writes "Whether you think it is useful or useless, you can't ignored the sheer cool geekiness of a game played entirely in the URL bar. From the article: '... While getting lost in a three dimensional virtual world amongst increasingly thoughtful plot and character development may be an adequate pastime for some, the only new title the gaming world should be talking about is URL Hunter, an experimental keyboard-character based game played entirely in your browser's URL bar.'"
Hmm... MOAR! (Score:1)
Disappointed that he didn't incorporate a blink tag somehow into the url bar though
Re:Hmm... MOAR! (Score:4, Interesting)
That would be easy...
Since all this does is modify the anchor part of the URL (the part after the #) via Javascript, which is basically what Gawker sites (e.g. Gizmodo) do when you click on a story on their right side navigation bar, and using a JavaScript timer to make the a's move periodically, he could incorporate a period where the whole thing disappears.
But, fun stuff. I don't look forward to the SEO & advertising monkeys selling "ad space direct on the user's URL BAR!"
Re: (Score:2)
I don't look forward to the SEO & advertising monkeys selling "ad space direct on the user's URL BAR!"
It would be a waste of money for them. Most non-tech people I know do not ever look at the address bar. And most tech people would probably protest the ad out of principle.
Heck, most non-technical people type in complete urls into google and bing without even thinking of using the url bar.
Re:Hmm... MOAR! -- OK (Warning: Huge JS blob) (Score:5, Interesting)
Amusing for a few seconds, this uses JS?
Yep.
Here, I wrote a JavaScript: URL that creates a Tetris game at the top of whatever page you're on.
URL Tetris [ubuntu.com]
Protip: Create a Bookmark, set the Location of the bookmark to the tetris code... Click the bookmark and play tetris on any web page.
URL Tetris Source Code (Score:3)
In case anyone wanted to see the source code:
Here's the unencoded version of the URL Tetris [ubuntu.com].
Re: (Score:2)
Nice work! Thanks for posting the code.
Re: (Score:3)
Nice work! Thanks for posting the code.
Thanks for playing.
P.S. I didn't hard code the game size... At the start of the source you can change the variables to create whatever size game you want:
w=10;h=20;s=18;ds=2
w = Number of cell wide.
h = Number of cells tall.
s = Size of each cell in pixels. ds = Drop Slide (Number of drop cycles to wait after the piece has touched down before locking the piece in place).
Just edit those before you press Enter. If you make the game too big and can't close it, hit the [Esc] (Boss Key).
P.P.S. The
Re: (Score:1)
Re: (Score:1)
Come on, do you really expect the intelligent people of slashdot to paste a highly-obfuscated blob of javascript from an untrusted party into their url bar?
Re: (Score:2)
do you really expect the intelligent people of slashdot to paste a highly-obfuscated blob of javascript from an untrusted party into their url bar?
Yes, because JS in a browser is sandboxed. It's not like running a shell/Perl/Python script with full user privileges.
Re: (Score:2)
Re: (Score:1)
i did :D
Re: (Score:2)
Come on, do you really expect the intelligent people of slashdot to paste a highly-obfuscated blob of javascript from an untrusted party into their url bar?
Luckily, the code didn't work in Opera at work on Windows. Phew!
Re: (Score:2)
To the point, what risk does Javascript in the URL bar pose that Javascript in the page not pose?
Re: (Score:2)
Re: (Score:3)
It's now been tested in Chromium.
The q(') key moves the piece to the right. The enter key drops the piece. The space bar will also drop the piece if there's nowhere to scroll down on the page behind it. The arrow keys do nothing unless there's somewhere to scroll the page left or right, in which case they do.
It's currently unplayable on Chromium due to these issues, but it's still a pretty impressive demo.
Chromium version is 11.0.696.3 (dev) Mandriva 2010.2 for the record. I get the same results from Google
Re: (Score:2)
Re: (Score:1)
YOU CAN'T IGNORED!
Re: (Score:2)
Amusing for a few seconds. Does this use JS?
Question marks mark questions.
I Killed (Score:2)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
723 entries in my history in 30 seconds. ffffffffuuuuuuuuuuuuuuuuuuuu
Better than... (Score:3, Funny)
Dragon Age 2 by far.
History (Score:5, Informative)
If you're using firefox (Score:1)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2, Funny)
Internet Explorer 6 here. Whats history?
Re:History (Score:5, Funny)
Re: (Score:2)
Re: (Score:2, Insightful)
Well that filled up my history nice and good.
Thank goodness for Clear recent history in FF.
Re: (Score:2)
same thing happened to me, in 30 seconds firefox had recorded a crap load of junk, had to manually delete the site from the history file.
let's just tag the article with "historybomb" as a warning
Re: (Score:1)
That changes everything.
Incognito (Score:2)
Seriously, everyone, open the link in an incognito window or similar if you have one, it eats into your history as soon as it starts.
Re: (Score:2)
With Safari 5.0.3 (6533.19.4) I only have 1 piece of history from that site.
As an aside, a working game in the URL bar is awesome!
You can selectivly delete history in firefox.. (Score:1)
Ctl+shift+H to open history window
Type in the common keyword or url: "points" or "url hunter"
C-a all the selection and press delete
This also works well for other sites
Re:You can selectivly delete history in firefox.. (Score:4, Informative)
Re:You can selectively delete history in firefox.. (Score:1)
Re: (Score:3)
I just typed the first letters of the url in the address bar, pressed down and then held Shift + Del to clear the entries (using Firefox)
Re: (Score:2)
If you're using Firefox it's easy to get rid of all history entries from a given domain. Don't know about other browsers out there, but I guess they should have a similar feature.
Just don't try using the back button (Score:5, Funny)
to get back to slashdot.
Naysayers (Score:5, Insightful)
Is it a good game? Not really. The gameplay is pretty awful, and the concept is naturally pretty limited. But it's clever and unusual, and highlights something that is both useful and not widespread enough (the ability to set navigation without leaving a loaded page) as well as something that is of questionable utility but novel (manipulation of an interface element that's currently guaranteed to exist in any desktop user agent to act as a presentation element).
People can dismiss it, as they have done and surely will do until this article falls below the fold, but it's pretty neat conceptually. It's not earth-shattering. Just neat.
Re: (Score:2)
Well, almost. It's not there in full-screen mode browsers, and I know that some of those internet kiosks hide it. Mobile phone and tablet browsers too, to save screenspace. But it's usually there.
Re: (Score:2)
Apart from full-screen desktop browsers, none of your list are desktop browsers. Exception noted though.
Re: (Score:2)
Re: (Score:2)
I specified desktop browsers in anticipation of that point. :)
And while a conventional site shouldn't assume any of those things, and more (eg. the site in question assumes a keyboard which rules a bunch of mobile devices out), that's not new. A conventional—ie. informational—website should remain functional regardless of the hardware and software interfaces involved, and this has been the accessibility rallying cry since long before there was even such a thing as a "mobile browser".
That said, t
Re: (Score:2)
You *can not* do that. Changing the domain will navigate to the domain you've changed it to.
This is a new game! (Score:3)
This is a different game compared to the round of 'get around the filtering software' usually played in the URL bar.
I usually win more interesting stuff with that game.
Alexa (Score:1)
Evil (Score:1)
This is pretty evil to your history.
Also don't accidentally hit ESC multiple times when starting a new game.
Vimperator (Score:2)
Don't work.
Not so great with Vimperator (Score:1)
Re: (Score:2)
I did :set guioptions+=T just for this!
Protip (Score:3, Insightful)
Re: (Score:2)
Or simply use private browsing. No history saved.
Great example for non-techs to highlight bad stuff (Score:3)
Make 'em paranoid - but entertain them at the same time - love it!
Game on IE9 vs. FF4? (Score:4, Funny)
Can we get the IE9 and FF4 benchmarks for this? It's important.
Re: (Score:2)
+5 Funny
Does Not Work (Score:5, Funny)
in lynx.
Comment removed (Score:5, Interesting)
(A) Clever. (B) Boring. (Score:1)
This is one of the simplest rules in English, as such things go, and I simply have doubts about people who get it so wrong.
Re:(A) Clever. (B) Boring. (Score:5, Interesting)
Nope, that is in fact the standard convention for the plurals of lowercase letters:
http://owl.english.purdue.edu/owl/resource/621/01/
I won't call you a punctuation nazi, because Nazis at least made an effort to know their own rules.
Re: (Score:2, Troll)
"I won't call you a punctuation nazi, because Nazis at least made an effort to know their own rules."
I have. You are wrong, and Purdue has its head up its ass. Here are just a few other references:
Grammar Book [grammarbook.com]
Your Dictionary [yourdictionary.com]
Davis School District K-12 usage guide [k12.ut.us]
Georgia Southern University Writing Center [georgiasouthern.edu]
In Wikipedia's entry on it [wikipedia.org], the mentions of using it for plurals lack citations. But the refutations of those usages do have citations.
The vast majority of evidence and authority is on my side. You lose. Try again.
Re: (Score:3)
Re: (Score:1, Troll)
Re: (Score:1, Troll)
Re: (Score:1, Troll)
Even so, that is only one person. All other authorities I have found except Purdue disagree with you.
Re: (Score:2, Informative)
Re: (Score:3)
Re: (Score:2)
"So Grammar Book, Purdue, Wikipedia, and the books Eats, Shoots & Leaves and The Well-Tempered Sentence (currently on my desk) all agree..."
You seem to have had the same trouble actually reading what I wrote that the other respondent above had.
Despite outward appearances, Wikipedia does not agree. The statements that agree are all marked citation needed. The statements that authorities disagree with that position actually have references.
So -- if you bother to read carefully -- Wikipedia actually agrees with me.
Eats, Shoots, & Leaves was written by a journalist, not an English professor, school, any other organization with some cla
Re: (Score:2)
"All your sources either disagree with you or don't cover the particular topic."
Simply wrong. I have already explained why Wikipedia actually agrees with me, twice. The other sources (with the exception of a rather ambiguous entry in Grammar Book), state specifically that apostrophes are not to be used to form plurals. Honestly, I think you may need reading lessons.
"This is (1) a very common convention of English orthography..."
An error made frequently is no less an error. I know of a lot of other common mistakes, too. And they aren't in the rule books, either.
"and (2) kind of obvious if you think about it, since otherwise 'as' and 'is' and 'us' would cause confusion."
Not at all, since instead of how many a's are there in this sentence?, it is ridiculously
Re: (Score:2)
"I saw where you said it, I just don't believe you. Provide actual evidence or GTFO."
With statements like GTFO, you are lucky I'm answering you at all. You sure as hell don't deserve it.
How can you "not believe" me? I didn't ask you to believe me. It's right there in Wikipedia. I explained right where it was, and gave all the details you need to understand. If you still can't find it, you are hopeless.
I have nothing further to say.
Re: (Score:2)
"I notice that you aren't actually providing any quotations of your Wikipedia "sources,"
That and other comments merely prove that you're a moron. Everything else has already been said, and I repeat: if you still can't find what I was referring to, after I explained exactly what I was talking about and linked directly to it, then there is nothing further to say.
Re: (Score:2)
"... your numerological reading of the citations to a Wikipedia article that explicitly contradicts you... "
I repeat: the statements in Wikipedia that say it is acceptable are ALL marked with "citation needed". That means they are unsupported statements that anybody can make. Like you, for instance. But the parts where it says that authorities disagree, all have actual references. Imagine that.
The fact is that just about anybody can post just about anything on Wikipedia. But what matters -- even the folks at Wikipedia will tell you this -- are the references. So if you really want to keep making the same losin
Re: (Score:2)
Whoever you are, "troll" is not an acceptable substitute for "I disagree."
Re: (Score:2)
Have you ever heard the phrase, "The pot calling the kettle black?"
For some reason (Score:3)
Not totally sure why, but that reminds me of a very old Star Trek game we used to play on PDP 11 computers.
Re: (Score:2)
There were a couple variations. There was the first one that was more strictly turn-based - after each turn you'd get a new printout of your current grid, and boy did it churn through a lot of paper. But later they adapted it for those new-fangled VT-52 (or whatnot) terminals, and the enemy ships could move within the grid (or come in or leave) as you attempted to fire.
Wow, I wasted a lot of time on those games...
Ancient technology (Score:2)
Scrollbar? (Score:1)
I could see a really cool use of this on news sites- a scrolling ticker at the top of the page.
I've been playing a game in the URL bar for years (Score:3)
It's called "change the numbers to find more porn."
Re: (Score:1)
Re: (Score:2)
Hackers (Score:2)
Reminds me of a game I played in uni where there was a clue as to the next URL on each page. A quick google didn't find it, but I'm pretty sure the name had something to do with being a hacker (coz who else knows how to use an address bar?)
did something similar in 2002 (Score:2)
I made a similar thing in 2002, but even more limited because it used the one line of a grey pushbutton as both the input and the output of the game!
http://kirkjerk.com/features/gb.html [kirkjerk.com]
DO NOT CLICK (Score:2, Informative)
it's a goatse mirror
Re: (Score:1, Offtopic)
Re: (Score:2)
Absolutely, they could end up watching a video on how to crack a playstation or even go to Wikileaks!!!
Re: (Score:1)
Nice one (Score:3)
O/T: Trusted URL shorteners (Score:2)
Are there any trusted URL shorteners? The link in my sig is shortened because it's too damn long to fit otherwise. I never thought about people avoiding it for fear of a ninja link.
Re:O/T: Trusted URL shorteners (Score:4, Informative)
I use TinyURL, they have a 'Preview' feature that lets you see the actual URL before visiting the destination site - requires cookies.
Go here - http://tinyurl.com/preview.php [tinyurl.com] - and click the link that says "Click here to enable previews."
Re: (Score:1)
Re: (Score:2)
I believe you meant "people on slashdot are instinctively wary of web addresess made of random letters and numbers...". The "regular" people don't give a shit about anything, and that's why we have problems with viruses, trojans and plain old Nigarian scams.
Re: (Score:2)
Very insightful. You should submit this ground-breaking research for publication.
Re: (Score:2)
He has. Here's the link: http://bit.ly/gTJhzk [bit.ly]
parent post links to goatse, downmod plz (Score:2)
Re: (Score:2)
Sort History by site (& date), right click domain, delete.
Re: (Score:2)
Well.. status bar manipulation, they did that on GeoCities sites (pre-cursor to MySpace?) in 1999!
It's very easy to have marquees [google.com], etc, and of course, something like this which also reacts to key press events.