Magic Maze: Difference between revisions

From OLPC
Jump to navigation Jump to search
(links)
(add logo)
Line 1: Line 1:
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Magic Maze]]}}
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Magic Maze]]}}
{{ OBX activity |[[Image:]]|extra<!--|{{{text}}}--> }}
{{ OBX activity |[[Image:MagicMaze-logo.svg]]|extra<!--|{{{text}}}--> }}
{{ OBX source |http://rubyforge.org/frs/?group_id=378}}
{{ OBX source |http://rubyforge.org/frs/?group_id=378}}
{{ OBX test |[[Tests/Pippy|Pippy]]<!--|2007-09-18--> }}
{{ OBX test |[[Tests/Pippy|Pippy]]<!--|2007-09-18--> }}
Line 12: Line 12:


== Download ==
== Download ==
Download it from [http://rubyforge.org/frs/?group_id=378&release_id=22829 Rubyforge download section].
Download it from [http://rubyforge.org/frs/?group_id=378&release_id=22829 Rubyforge download section] where XO files are available.




== Conversion Notes ==
== Conversion Notes ==

=== Changes in game itself ===
* Make the "dead-monster-goo" green instead of red, to be more kid friendly.
* Make the "dead-monster-goo" green instead of red, to be more kid friendly.
** "is it blood? it's not! it is snot!"
** "is it blood? it's not! it is snot!"
Line 23: Line 25:
** Linear scaling done manually for sprites; slower but blocky and non-SGE.
** Linear scaling done manually for sprites; slower but blocky and non-SGE.
* More command line options for OLPC integration;- volume, fullscreen, scaling etc.
* More command line options for OLPC integration;- volume, fullscreen, scaling etc.

=== Sugar and XO integration ===
* Activity wrapping in Sugar (icon, launcher, etc)
* Activity wrapping in Sugar (icon, launcher, etc)
* Include Ruby/SDL and libruby1.8.so.1.8 libs directly.

Revision as of 05:23, 15 June 2008

MagicMaze-logo.svg
TST Pippy
Trac print.png Tickets all - active - new
OlpcProject.png Kent Dahl

see more templates or propose new

Description

Magic Maze is a simple and low-tech monster-bashing maze game implemented in Ruby using SDL. It was originally inspired by playing Gauntlet II on the Atari ST.

Download

Download it from Rubyforge download section where XO files are available.


Conversion Notes

Changes in game itself

* Make the "dead-monster-goo" green instead of red, to be more kid friendly.

    • "is it blood? it's not! it is snot!"

* OLPC keymapping - gamepad keys for in-game play.

  • Speed up fading in/out.

* Scaling support; Scale up graphics for the OLPC.

    • Linear scaling done manually for sprites; slower but blocky and non-SGE.
  • More command line options for OLPC integration;- volume, fullscreen, scaling etc.

Sugar and XO integration

  • Activity wrapping in Sugar (icon, launcher, etc)
  • Include Ruby/SDL and libruby1.8.so.1.8 libs directly.