Which is better for browser game development?
Hmmm, I must make a note of this to study further.
Comment has been collapsed.
If I recall correctly, Evoland and Papers, Please are written in Haxe. It also targets HTML5 of course, which is why I was suggesting it to the OP.
Comment has been collapsed.
Do you have previous knoledge of ActionScript, or were you just wondering about Flash?
Comment has been collapsed.
Just starting now, figured I would try to start with something that would stay relevant for the next 5-10 years if I can.
Comment has been collapsed.
Have you used Construct? (Construct 2 now I guess)
Comment has been collapsed.
I know it but never used it myself.
It's got lots of features, I may be tempted to try it someday but too busy at the moment, and when you are already coding for a living you kind of not want to do it in your spare time too :D
Comment has been collapsed.
Flash; Yep, it's at deaths door and has been for a while.
Cross Code is developed in HTML5: http://store.steampowered.com/app/368340/CrossCode/
As for Unity...I've used it before in a production environment and found it to be a total pita. I'd recommend trying out UE4 instead.
Comment has been collapsed.
They killed Flash too soon, before a viable replacement was available. For browsers, your best bet is HTML5. There are tools available to help bridge the gap between Flash and HTML5, but there's still a lot of work to be done.
Comment has been collapsed.
HTML5+AJAX can do anything Flash can do and does it better (more efficiently).
Comment has been collapsed.
It's not a problem of coding, but one of graphics. Flash lets you put objects within objects and gives you the means to send commands to each and every one. Create and destroy them, even attach code to them. It was surprisingly versatile and easy to use. Sprite sheets have a long way to go to reach that flexibility.
Comment has been collapsed.
I am definitely wanting the HTML5 based on my own research and what others have suggested in this thread.
Construct 2 seems to have beaming reviews about its ease of use and capabilities.
Have you tried Haxe? Another user here mentioned that one.
Comment has been collapsed.
Comment has been collapsed.
You might be interested in this freshly kickstarted course : https://www.kickstarter.com/projects/gdquest/make-professional-2d-games-godot-engine-online-cou
For Godot engine. (desktop/mobile/web browser export)
Comment has been collapsed.
Flash for game development might be something that will die pretty soon since facebook stops supporting flash.
Currently it looks like you'll need to focus on WebGL for browsergames. Unity already supports WebGL and it's currently one of the main tools of the game industry.
Comment has been collapsed.
627 Comments - Last post 37 minutes ago by meho50
46 Comments - Last post 55 minutes ago by macofish
14 Comments - Last post 2 hours ago by scap
611 Comments - Last post 3 hours ago by MeguminShiro
17,321 Comments - Last post 5 hours ago by Carenard
232 Comments - Last post 9 hours ago by Reidor
47,462 Comments - Last post 11 hours ago by pizzahut
166 Comments - Last post 8 minutes ago by ionface
1 Comments - Last post 8 minutes ago by maruten
7,084 Comments - Last post 21 minutes ago by 3d0m
145 Comments - Last post 39 minutes ago by shandyseggs
30,771 Comments - Last post 54 minutes ago by Jostaahh
1,143 Comments - Last post 56 minutes ago by grez1
920 Comments - Last post 1 hour ago by Fitz10024
I'm interested in browser game development as a hobby when I have free time.. just starting out now and wondering what my options are.
Flash has been "dead" for like 10 years and html5 is fairly new, does it have the same capabilities?
Is Unity an option for this niche of game development?
I'm talking about mmo web browser games, like Evony/Wartune/League of Angels. Which are all running on flash as far as I know.
Player base of around 50-1000+, login options, server selections etc.
I was under the impression these were only possible in flash. Inspect on a basic html 5 game I was looking at didn't reveal much.
Both left and right click capabilities in-game would be nice, possibly QWER or 1234 for ability usage.
I would like the ability to have a standalone downloadable client as well, removing the browser from the equation.
Being able to load the webpage and game from a tablet or phone would also be great (without the use of flash proxies for user).
Comment has been collapsed.