0.01
No commit activity in last 3 years
No release in over 3 years
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

> 0.7.34, < 0.8
~> 2.0
 Project Readme

Peter Morphose

gem install petermorphose
petermorphose

What is Peter Morphose?

Peter Morphose is a jump-and-run-and-survive platformer I wrote between 2000 and 2001, using Borland Delphi and the DelphiX library.

To give you an idea about the style of the game, you can look at the screenshot map of a typical level here: http://www.petermorphose.de/biddy/level/diezweibaeume.png

It was available only for Windows and only in German. The integrated level editor was popular with fans, but I never managed to build a community site to share those levels. I made some available in a level pack, though.

What is this repository?

This repository is a work-in-progress rewrite of Peter Morphose using Ruby and Gosu, with the following differences:

  • Runs on Windows, Mac OS X, Linux
  • Supports English and German
  • Simplified controls
  • Simplified gameplay
  • Full gamepad support
  • Level compatibility with the original game is retained (but not all levels are tested & included yet)

Why oh why remake such a frustrating game?

  • I was jamming along the Ludum Dare #21 competition with the given theme 'Escape'. Peter Morphose was a natural match.
  • The existing source code was neither public nor versioned. It was fantastically terrible too.
  • Translating from Delphi to Ruby sounded easy enough, given how similar the languages look like.
  • I wanted to have a new toy Ruby game to try to get running in NaCl. I ran out of time just porting the game though.

References

But there is still so much wrong about the game!

Feel free to fork it or file issues :)

-- Julian