[Very cool, if only as a proof-of-concept.][link]
[link]: http://www.kingsquare.nl/jsc64 “JavaScript Commodore Emulator”
Related Posts
Another World Ported to JavaScript
To go with the pure-JS [NES][nes] and [GameBoy][gb] emulators, [here’s a port of the 1991 classic Another World in plain ‘ol JavaScript][link]. Impressive. For now, it shares the same problem as the aforementioned emulators: No sound support. [link]: http://www.megidish.net/awjs/ “Another World JS – Megidish.net” [nes]: http://benfirshman.com/projects/jsnes/ “Nintendo emulator in Javascript” [gb]: http://www.codebase.es/jsgb/ “GameBoy emulator in […]...
Apple Pulls Commodore 64 Emulator from App Store
[Anybody surprised?][link] [link]: http://www.macworld.com/article/142668/2009/09/commodore_iphone.html?lsrc=rss_main “Commodore 64 iPhone app approved, then pulled | Software | iPhone Central | Macworld”...
A* Search Algorithm in JavaScript
[Looks like a good implementation][link], be sure to check out the [demo][demo]. Brian’s example is great for people looking for a better understanding of A* in general, and it helped me out personally, but I recently came upon [this version][other] which in my tests is faster by a wide margin, and supports multiple modes of […]...