Page 1 of 1

Re: Another engine for html games...

PostPosted: Thu, 10May06 22:45
by ttant
Hi everyone,

When i saw the post of json.err, i remember the engine i develloped during my hollydays in january.

You can find everything here : http://crazyghost555.free.fr/game/try/index.html

To sum up :
-> multi-language allowed, switch during the game is also possible.
-> (x)html/js/css/map/xml based.
-> all recent browser supported (opera 9.5+, firefox 3.5+, seamonkey 2.0+, chrome 4+, safari 3+, ie 8+ - others versions were not tested - for 9x/me users, opera 10.5x works fine).
-> little inventory (12 items)
-> log area, to keep a trace of previous interaction.

I still miss some feature :
-> only full screen for the moment, so safari is not fully supported (no full screen mode :/)
-> fews pages are not valid (but who really cares ?)
-> no save game enable right now. I wanted to add it, but i run out of time.

Try it there :
http://crazyghost555.free.fr/game/try/html/test.xml

Re: Another engine for html games...

PostPosted: Fri, 10May07 10:24
by json.err
I had just a quick look. It's interesting but I don't like frames, especially if page can be done without them. And I try to avoid switch/case constructions in js if possible.

Re: Another engine for html games...

PostPosted: Sat, 10May08 14:41
by ttant
Thank's for your feedback, i'm developing a new version without frames.

I also view a "bug", there are fews elements missing on this interface.

Edit : New version is available!
* No more frames,
* Inventory is hidden by default.