Guramidev Posted December 22, 2015 Share Posted December 22, 2015 I am planning to make a tactical turn based combat game and would really like to know, whether the community will like to play such kind of a game in HTML5. For those who don't know what genre it is i used a famous game name in poll title. Please feel free to leave comments. P.S. The game will not be a copy of Heathstone. The poll name is just a simple way to show the game genre/type. Quote Link to comment Share on other sites More sharing options...
mattstyles Posted December 22, 2015 Share Posted December 22, 2015 Sounds like a perfect example of an HTML game i.e. graphical intensity is not the main thing, gameplay is, and it is setup for the multiplayer experience, which the web is obviously perfectly suited for. Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted December 22, 2015 Share Posted December 22, 2015 Would be perfect on nodejs utilizing a websocket server as well. Just need to get an awesome artist to make the cards. I definitely would! Good luck! Edit: You might not even need to use websockets, but I would It's so easy and fun! Quote Link to comment Share on other sites More sharing options...
Guramidev Posted December 22, 2015 Author Share Posted December 22, 2015 Sounds like a perfect example of an HTML game i.e. graphical intensity is not the main thing, gameplay is, and it is setup for the multiplayer experience, which the web is obviously perfectly suited for.Thanks for your feedback, expresses my thoughts exactly. Would be perfect on nodejs utilizing a websocket server as well. Just need to get an awesome artist to make the cards. I definitely would! Good luck! Edit: You might not even need to use websockets, but I would It's so easy and fun!Yes definetly it will utizlize websockets. I am doing it with Sails.js. I am not sure though whether i should use a game engine because all UI elements will be native DOM objects. May be the game process itself will be on Canvas / WebGL, not sure whether i need it or not yet. Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted December 22, 2015 Share Posted December 22, 2015 Thanks for your feedback, expresses my thoughts exactly. Yes definetly it will utizlize websockets. I am doing it with Sails.js. I am not sure though whether i should use a game engine because all UI elements will be native DOM objects. May be the game process itself will be on Canvas / WebGL, not sure whether i need it or not yet. Yeah, I'd keep the animations and stuff done via canvas / webgl and use dom for the window overlays. Take a look at treasurearena they utilize this method perfectly and works great. Quote Link to comment Share on other sites More sharing options...
Get_Bentley Posted December 22, 2015 Share Posted December 22, 2015 I would most definitely love to see a game like that in HTML5. Keep us updated! Quote Link to comment Share on other sites More sharing options...
Guramidev Posted December 23, 2015 Author Share Posted December 23, 2015 Yeah, I'd keep the animations and stuff done via canvas / webgl and use dom for the window overlays. Take a look at treasurearena they utilize this method perfectly and works great.Thanks, will definetly look at that one. I would most definitely love to see a game like that in HTML5. Keep us updated!Absolutely will do, thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.