Page 1 of 1

WIP HTML Engine

Posted: Fri Dec 25, 2015 6:10 am
by Hasalm
This is a port of the Wagic game engine to javascript with an html5 canvas interface. The intention is to complete a version that is easily modified, scaled, cross platform compatable, and ready for network multiplayer. The Wagic project has been stagnating lately, largely do to ever fewer people being able to understand, commit, and compile the git source.

For the lazy, PICTURES!!!
https://drive.google.com/file/d/0B2i3p1 ... sp=sharing

Version 0.03:
Improved ai, support for more card codes, general improvements, and a ton of bugfixes
if there is a "core.zip" file in your res folder the game will try to load it
what's left is mostly cleanup, finishing card coding and making it feel like a game you can come back to

save the following file in the root or your wagic folder(the one with the /res and /user subfolders) and open with a newer, html5 capable browser.
https://drive.google.com/file/d/0B2i3p1 ... sp=sharing

this expects resources from the newest version which older ones may not have.
feedback is appreciated.

Re: WIP HTML Engine

Posted: Tue Jan 12, 2016 6:48 am
by i-am-not-one
Finally got around to testing this today.

Nice little proof of concept.

Re: WIP HTML Engine

Posted: Fri Jan 22, 2016 7:21 pm
by Hasalm
thanks. I forgot about this for a while but I'd like to start working on this a little more regularly. I updated the files in the original post if anyone cares. this version looks a lot more complete.

Re: WIP HTML Engine

Posted: Sun Jun 26, 2016 6:45 pm
by Djardin
Not exactly the same, but thanks to Emscripten, Wagic is finally available to run in browsers, have a look for a beta here https://wagicproject.github.io/wagic/

Re: WIP HTML Engine

Posted: Sun Jun 26, 2016 10:25 pm
by kevlahnota
Djardin wrote:Not exactly the same, but thanks to Emscripten, Wagic is finally available to run in browsers, have a look for a beta here https://wagicproject.github.io/wagic/
Very Nice :)

Re: WIP HTML Engine

Posted: Fri Mar 22, 2019 6:13 am
by riyasathe
Excellent thread. thank you!