Accurate remake of Pac-Man in JavaScript
41–50 of 60 posts
Re: Accurate remake of Pac-Man in JavaScript
#42http://news.ycombinator.com/item?id=4431197 Double standard, HN? At least qxcv sees the light: "It's one thing to make a Pac-Man-like game. But this is being called the trademarked name Pac-Man, and you've copied the artwork straight from Pac-Man. Seems certain this isn't an official licensed version. In which case, you should change all those items immediately. It's illegal and it's just not cool. Here are the guys…
Do you Tōru personally? He could equally feel the opposite, happy his work is receiving renewed attention.
I'm not sure any of us on HN even know the position of Namco or Mr Iwatani, or for that matter, whether they would be in agreement with each other. In fact, many creative people, do not align philosophically with corporations that represent them.
Re: Accurate remake of Pac-Man in JavaScript
#43http://news.ycombinator.com/item?id=4431197 Double standard, HN? At least qxcv sees the light: "It's one thing to make a Pac-Man-like game. But this is being called the trademarked name Pac-Man, and you've copied the artwork straight from Pac-Man. Seems certain this isn't an official licensed version. In which case, you should change all those items immediately. It's illegal and it's just not cool. Here are the guys…
It's not double standard IMO. You don't buy Pac-Man from namco anymore (I hope they've stopped selling it). So, nobody (much less them) gives a damn if it is being ripped off. Doodle Jump, on the other hand, is a game that you can (and millions do, every month) buy from the App Store. If you build a clone of it, the Lima Sky guys might lose some customers. That's why creating a Doodle Jump clone is wrong, but creatin…
If you're arguing that "apparent recent interest by the IP owner" is the moral basis (obviously not the legal basis) for ripoffs, then you have to conclude that this Pac-Man clone, too, is wrong.
Re: Accurate remake of Pac-Man in JavaScript
#44Re: Accurate remake of Pac-Man in JavaScript
#45Earlier quoted context omitted.
It's not double standard IMO. You don't buy Pac-Man from namco anymore (I hope they've stopped selling it). So, nobody (much less them) gives a damn if it is being ripped off. Doodle Jump, on the other hand, is a game that you can (and millions do, every month) buy from the App Store. If you build a clone of it, the Lima Sky guys might lose some customers. That's why creating a Doodle Jump clone is wrong, but creatin…
People do indeed continue to buy Pac-Man from Namco ( http://www.amazon.com/Namco-Networks-40406PAC-MAN-PAC-MAN-Do... for instance, put there as recently as 2010 ), and the general IP is alive and well. (New games, and a new Pac-Man 3D cartoon is already in production for airing in 2013.) Namco has in the past sent cease & desist or DMCA takedown letters to websites hosting clones of their IP (here's a story of but o…
In that case, I was wrong and this game should also be "condemned" by HN :) Thanks.
Re: Accurate remake of Pac-Man in JavaScript
#46Accurate enough to also include the level 256 bug? http://en.wikipedia.org/wiki/Pac-Man#Split-screen
Re: Accurate remake of Pac-Man in JavaScript
#47Also its really helpful for game programmers to learn from.
Re: Accurate remake of Pac-Man in JavaScript
#48Earlier quoted context omitted.
I'll nitpick right back at you: since JavaScript is not compiled in the software sense, I could only mean compile in the sense of "produce (something, esp. a list, report, or book) by assembling information collected from other sources: the local authority must compile a list of taxpayers." ;-)
Is it therefore accurate to say that the uncompiled source code is compiled in https://github.com/shaunew/Pac-Man/ ?
Re: Accurate remake of Pac-Man in JavaScript
#49The creator of this remake gave a talk on it at the houston.js meetup this week. I was thoroughly impressed with how much effort and thought he's put into this project. He said that the Pac-Man dossier was his inspiration and seems to genuinely love the game. For those of you who have criticisms about the game's accuracy, I suggest that you submit a new issue to his github repo: https://github.com/shaunew/Pac-Man/iss…
Being able to report issues is entirely orthogonal to that. Lots of non-open source projects accept such reports, and releasing something as open source does not carry any implicit promise that the author will pay any attention to such reports.
Re: Accurate remake of Pac-Man in JavaScript
#50Having recently watched King of Kong ( http://www.imdb.com/title/tt0923752/ ) I highly doubt the accuracy of these "remakes".
In king of kong, you will hear how a blob of solder in the right location will change the characteristics of the game to invalidate the entry for world record status.
Simply looking at the framerate counter at the bottom you can see that this isn't in any way "accurate". By looking at the github repo, you can even see the author has written about some of the inaccuracies - timing, collision detection, randomization, and bugs.