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
Pipe Dream, a simple PHP game engine I wrote
-
- Posts: 17
- Joined: Mon Sep 24, 2012 8:33 pm
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Pipe Dream, a simple PHP game engine I wrote
Very cool! I will have to check this out 

The indelible lord of tl;dr
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Pipe Dream, a simple PHP game engine I wrote
Definitely, I love to see open source engines that help others.