JavaScript game development: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenC3o (Diskussion | Beiträge) |
C3o (Diskussion | Beiträge) |
||
Zeile 44: | Zeile 44: | ||
* [http://upcoming.yahoo.com/event/237678/ iPhone Dev Camp Germany] (date unannounced) | * [http://upcoming.yahoo.com/event/237678/ iPhone Dev Camp Germany] (date unannounced) | ||
* [http://javascriptgamer.com/brickslayer/ JavaScriptGamer.com Arkanoid tutorial] (uses Prototype) | * [http://javascriptgamer.com/brickslayer/ JavaScriptGamer.com Arkanoid tutorial] (uses Prototype) | ||
+ | * [http://www.sean.co.uk/a/webdesign/javascript_gamelib/javascript_gamelib.shtm JavaScript gamelib] | ||
== Notable games == | == Notable games == | ||
Zeile 55: | Zeile 56: | ||
* [http://www.voximperium.com/ Vox Imperium] | * [http://www.voximperium.com/ Vox Imperium] | ||
* [http://www.schillmania.com/arkanoid/arkanoid.html Arkanoid] | * [http://www.schillmania.com/arkanoid/arkanoid.html Arkanoid] | ||
+ | * [http://www.def-logic.com/games.html Def-Logic games] | ||
'''iPhone''' | '''iPhone''' | ||
* [http://xwuz.com/stack/game.html Stack the Log] | * [http://xwuz.com/stack/game.html Stack the Log] |
Version vom 21. September 2007, 14:18 Uhr
Why would anyone do that? Because on two recent cool devices, JavaScript is the ONLY option for open, unrestricted application development. Because making games in JS is a hack and a challenge. Because few people have pushed the technology to its performance limits yet. And because we can.
[This page is in English because its subject is not limited to the Metalab]
Platforms
- Wii!
- iPhone!
- Regular old boring computers
Technologies
- DHTML/DOM animation
- Canvas (Opera: 2dgame context)
- Wii Remote API & Events Library
- Moz Tech: XUL, XBL etc... no real justification for those though.
- Upcoming canvas 3d context
What to do
- Start a wiki?
- Build a library? Input handling, sprite animation, collision detection, SFX, etc etc. Needs more research.
- Organize a competition like PyWeek
Projects & Ideas
- JShmup (c3o)
- Full window shoot em up as browser stress test
- Prototype exists (flying+shooting)
- JS Spryjinx (c3o)
- Remake of simple DOS 2 player platform game
- Prototype exists (basic game elements, 2 player controls, game over)
- Multiplayer online Go
- Idea only
Interested parties
References
- iPhone Dev Camp Germany (date unannounced)
- JavaScriptGamer.com Arkanoid tutorial (uses Prototype)
- JavaScript gamelib
Notable games
Multiplayer
Single player
iPhone
Experimental
- Canvex FPS
- Moon lander
Lists/indexes