Pipe Dream, a simple PHP game engine I wrote
Posted: Thu Dec 06, 2012 3:19 am
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
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