PHP - Treasure Arena Like Combat
Does anyone know a simple HTML 5 game engine (Heck, it doesn't even have to be an engine, just some type of movement) similar to: http://treasurearena.clay.io/ ?
Been trying to find one forever. Thanks in advance!
My game is pretty much almost finished. Character designer with a .png model, inventory management, stash tabs, stat points, everything all server side, etc. I'm just trying to get a combat system where a div element (my character model) can move around and swing an object and has simple collision. So it at least looks like a character is 'slashing' something... just anything besides basic point and click
Edited by Monkuar, 13 January 2015 - 01:24 AM. Similar TutorialsI already have a web based RPG game I am developing. Here is a small video to showcase the loot animation.
My problem is, I want to add combat. I will be using html 5 websockets. I already have a websockets server up so multiplayer isn't the issue.
A good combat system I found is on this game:
http://treasurearena.clay.io/
I'm not going to dig out the source code, and try to extract the combat system from this game. Just trying to find something similar that I can use, does anyone have any recommendations?
Thanks!
Edit: It can be as simple as swinging a freaking sword and moving. That's all I really want, I just don't want the boring 'click', 'click', and 'click' bullshit.
|