Strict Standards: Redefining already defined constructor for class wpdb in /www/htdocs/w0074a9b/mageto/wp-includes/wp-db.php on line 49

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0074a9b/mageto/wp-includes/cache.php on line 36

Strict Standards: Redefining already defined constructor for class WP_Object_Cache in /www/htdocs/w0074a9b/mageto/wp-includes/cache.php on line 403

Strict Standards: Declaration of Walker_Page::start_lvl() should be compatible with Walker::start_lvl($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 534

Strict Standards: Declaration of Walker_Page::end_lvl() should be compatible with Walker::end_lvl($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 534

Strict Standards: Declaration of Walker_Page::start_el() should be compatible with Walker::start_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 534

Strict Standards: Declaration of Walker_Page::end_el() should be compatible with Walker::end_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 534

Strict Standards: Declaration of Walker_PageDropdown::start_el() should be compatible with Walker::start_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 553

Strict Standards: Declaration of Walker_Category::start_lvl() should be compatible with Walker::start_lvl($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 649

Strict Standards: Declaration of Walker_Category::end_lvl() should be compatible with Walker::end_lvl($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 649

Strict Standards: Declaration of Walker_Category::start_el() should be compatible with Walker::start_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 649

Strict Standards: Declaration of Walker_Category::end_el() should be compatible with Walker::end_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 649

Strict Standards: Declaration of Walker_CategoryDropdown::start_el() should be compatible with Walker::start_el($output) in /www/htdocs/w0074a9b/mageto/wp-includes/classes.php on line 674

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0074a9b/mageto/wp-includes/query.php on line 15

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0074a9b/mageto/wp-includes/theme.php on line 505

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0074a9b/mageto/wp-content/plugins/timezone.php on line 153
YaB - Yet another Bomberman » 2007 »

YaB - Yet another Bomberman

Editor im Betastadium

Erstellt am: März 22nd, 2007

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /www/htdocs/w0074a9b/mageto/wp-includes/formatting.php on line 75

Der Editor hat heute das Betastadium erreicht. Die grundlegenden Funktionen (speichern, laden, Icons platzieren) laufen fehlerfrei.

Weiterhin wurde das Package bomberman.logic.sound fertiggeschrieben und an der Oberfläche des Spiels gearbeitet. Der aktuelle Quellcode kann wie immer hier runtergeladen werden.

SW-Entwurf

Erstellt am: März 16th, 2007

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /www/htdocs/w0074a9b/mageto/wp-includes/formatting.php on line 75

Der Software-technische Entwurf ist nun fertig. Wir haben uns am Montag gemeinsam auf die Architektur festgelegt.

Danach wurde das komplette UML-Diagramm mit Hilfe von ArgoUML gezeichnet: Link zum Bild

Icons

Erstellt am: März 11th, 2007

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /www/htdocs/w0074a9b/mageto/wp-includes/formatting.php on line 75

Die Icons sind fertig.

(Auf das jeweilige Bild zeigen um seine Bedeutung zu erfahren)
Wiese feste Mauer Kiste Bombe

Spieler 1 Spieler 2 Spieler 3 Spieler 4Futsch
Portal Portal

Todesfeld Virus Drogen

Bombenradius schneller Bomen legen Bomben explodieren schneller mehrere Bomben Superbombe alle gelegten Bomben entfernen

mehr Leben schneller bewegen Beamen

unsterblich unsichtbar

Zeit schneller Zeit langsamer Zeit zurückdrehen

Es stehen auch alle Icons gebündelt zum herunterladen als ZIP-Datei bereit.

Package Struktur

Erstellt am: März 1st, 2007

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /www/htdocs/w0074a9b/mageto/wp-includes/formatting.php on line 75

Heute haben wir uns ein bischen genauer überlegt wie wir die Packages, d.h. die Subsysteme im Sinne des Software Engineering, strukturieren wollen:

Architektur der Subsysteme

Es gibt also fünf Packages, wobei jedoch später nicht jedes in einer einzelnen .jar Datei liegen muss. Beispielsweise wird das bomberman.network Paket nur von bomberman.logic verwendet. Daher könnte man diese beiden zusammenfassen.