Page 1 of 1

Pipe Dream, a simple PHP game engine I wrote

Posted: Thu Dec 06, 2012 3:19 am
by ronislegend
Pipe Dream is a simple php game engine I wrote within a day, I plan on adding documentation, more cool methods, and even variable saving for more complex logic. If enough people use it I will implement multi user support with chat. and possible bootstrap add-in

So here's how it works, the engine takes in scripts written with if else php logic to keep things simple. In the scripts the developer can render screens via the engines methods.

It's quite simple. It's all rendered with jquery ajax, so no loading in the game.

I made this to create simple text based games, add images animations, sounds etc...
Add text like $this->Text('hey how you doin?', 'middle-center');

Check out the source code here: https://github.com/theprestig3/Pipe-Dream

If you want to see a sample game script I made see:

https://github.com/theprestig3/Pipe-Dre ... d_of_v.php

When I have more time Legend Of V will be a full featured sample game.

Enjoy! Can't wait to see what you guys come up with

Re: Pipe Dream, a simple PHP game engine I wrote

Posted: Thu Dec 06, 2012 6:51 am
by Jackolantern
Very cool! I will have to check this out :)

Re: Pipe Dream, a simple PHP game engine I wrote

Posted: Sun Dec 09, 2012 12:34 am
by hallsofvallhalla
Definitely, I love to see open source engines that help others.