The browser tag has no wiki summary.
0
votes
2answers
134 views
Most suited technology for browser games? [closed]
I was thinking about making a 2D MMO which I would in the long run support on various plattforms like desktop, mac, browser, android and ios.
The server will be c++/linux based and the first client ...
4
votes
5answers
256 views
PHP Browser Game Question - Pretty General Language Suitability and Approach Question
I'm developing a browser game, using PHP, but I'm unsure if the way I'm going about doing it is to be encouraged anymore.
It's basically one of those MMOs where you level up various buildings and ...
2
votes
1answer
106 views
Is there a browser game engine with options of payments? [closed]
I would like to make some browser game, where you can buy stuff for real money. Is there any engine I could use? Or should I implement it by myself?
-2
votes
1answer
69 views
Smarty templating system really needed? [closed]
Is smarty templating system really needed for creating a browser-based game?
Do I need anything else than SQL, PHP, and JS knowledge? \
Note: I also know HTML/CSS so I'd like to work on the game ...
9
votes
2answers
386 views
Promoting a Browser Game?
I have a new browser based game that I've worked on for a few months. Obviously all that effort goes to waste if no one sees it.
I know there's topics to do with games promotion, but browser games ...
3
votes
1answer
193 views
How could I implement my library/game to run in a browser plugin?
I usually code cross-platform, to build as native code for Mac Linux and Windows,
but I clearly see the value in being able to display my game in a browser.
Could you guide me in doing such a task? ...