WIP HTML Engine

If you have a question about the git repository and the code, or if you have code to propose then please post in this forum.
Do not post request here.
Locked
Hasalm
Posts: 3
Joined: Fri Dec 25, 2015 4:24 am

WIP HTML Engine

Post 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.
Last edited by Hasalm on Wed May 25, 2016 3:20 am, edited 2 times in total.
i-am-not-one
Posts: 304
Joined: Fri Dec 07, 2012 4:36 am

Re: WIP HTML Engine

Post by i-am-not-one »

Finally got around to testing this today.

Nice little proof of concept.
Hasalm
Posts: 3
Joined: Fri Dec 25, 2015 4:24 am

Re: WIP HTML Engine

Post 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.
Djardin
Posts: 129
Joined: Sat Sep 04, 2010 11:40 am

Re: WIP HTML Engine

Post 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/
kevlahnota
Posts: 619
Joined: Tue Feb 08, 2011 3:00 pm
Location: Philippines
Contact:

Re: WIP HTML Engine

Post 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 :)
riyasathe
Posts: 1
Joined: Fri Mar 22, 2019 6:09 am
Contact:

Re: WIP HTML Engine

Post by riyasathe »

Excellent thread. thank you!
Locked