JavaScript game development: Unterschied zwischen den Versionen
Lfittl (Diskussion | Beiträge) K That's flash, dude! |
|||
(7 dazwischenliegende Versionen von 6 Benutzern werden nicht angezeigt) | |||
Zeile 22: | Zeile 22: | ||
* Build a library? Input handling, sprite animation, collision detection, SFX, etc etc. Needs more research. | * Build a library? Input handling, sprite animation, collision detection, SFX, etc etc. Needs more research. | ||
* Organize a competition like [[PyWeek]] | * Organize a competition like [[PyWeek]] | ||
* Organize a introductory course/workshop | |||
== Projects & Ideas == | == Projects & Ideas == | ||
Zeile 34: | Zeile 35: | ||
: Multiplayer online Go | : Multiplayer online Go | ||
: Idea only | : Idea only | ||
* [[Benutzer:TomK32|TomK32]] has a few javascript games: | |||
: [https://github.com/TomK32/typedown typedown] (2011-10) uses Canvas and keyboard input | |||
: [https://github.com/TomK32/trollbridge-armours Trollbridge Armours] (2011-05) uses SVG. | |||
== Interested parties == | == Interested parties == | ||
Zeile 39: | Zeile 43: | ||
* [[user:c3o|c3o]] | * [[user:c3o|c3o]] | ||
* [[user:lfittl|lfittl]] | * [[user:lfittl|lfittl]] | ||
* [[user:Snaut|snaut]] | |||
* [[user:Menroth|Menroth]] | |||
* [[user:Tametick|Ido]] | |||
* [[Benutzer:TomK32|TomK32]] | |||
* [[Benutzer:tiefenb|tiefenb]] | |||
== References == | == References == | ||
* [ | * [https://github.com/bebraw/jswiki/wiki/Game-Engines Comparison sheet of js game engines] | ||
* [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] | * [http://www.sean.co.uk/a/webdesign/javascript_gamelib/javascript_gamelib.shtm JavaScript gamelib] | ||
Zeile 53: | Zeile 62: | ||
* [http://weboggle.shackworks.com Weboggle] | * [http://weboggle.shackworks.com Weboggle] | ||
'''Single player''' | '''Single player''' | ||
* [http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html Super Mario] | |||
* [http://blog.nihilogic.dk/2008/05/javascript-super-mario-kart.html Super Mario Kart] | |||
* [http://www.geekin.de/data/public/umsetzung/minesweeper/ Minesweeper] (uses the JS gamelib) | * [http://www.geekin.de/data/public/umsetzung/minesweeper/ Minesweeper] (uses the JS gamelib) | ||
* [http://www.elizium.nu/scripts/lemmings/ Lemmings] | * [http://www.elizium.nu/scripts/lemmings/ Lemmings] |