Questions tagged [browser]
For questions about development of games to be played in an Internet browser.
28 questions
0
votes
1
answer
104
views
Chat/private messages in online browser game and SPAM
I have an online browser game that I am working on in my free time with a couple thousand players total. I want to implement either a private messaging system or some chat so that players will be able ...
0
votes
0
answers
124
views
Export Blender models and (procedural) material to Browser?
Given that Verge3d cannot support Volume input, or volumetric shader property in the material output node. Using WebGl 2, and possibly 3.js, is it possible for me to export my blender models and their ...
3
votes
0
answers
172
views
Backend architecture for multiplayer browser text game with a short gameloop
This is my first foray into game-dev and I only have webapp experience professionally. I'm creating a browser game in nodejs/react. It is mostly text-based, so no intensive graphics (think chess.com ...
0
votes
0
answers
166
views
My Unity game's timers are messed up when it's played in the browser, and the tab/page is out of focus?
I've made some timer classes, which just basically:
hold an elapsed time value,
and when they are updated, Time.deltaTime is added,
and their update is called in MonoBehaviours' Updates.
And an issue ...
2
votes
3
answers
354
views
Testing Multiplayer Browser Game on Single Computer
I am writing a multiplay browser based game and am running into an issue with playtesting simple interactions. When a browser window loses focus is stops running requestAnimationFrame calls. This ...
1
vote
1
answer
313
views
How do I make sure everyone sees the same distance across different resolutions?
Hello game dev community. I have recently got into making games in a browser window, and me and a friend ran into a common problem. Let's say I have a game like diep.io, where users can control their ...
1
vote
1
answer
137
views
Best approach to develop a mobile version of existing browser mmo game?
our team has developed a MMO browser game (HTML5, Javascript & PHP). The game is similar to Empire GG, Clash of Kings, Game of War etc.
We want to develop a mobile version and the question is ...
1
vote
0
answers
489
views
Unity Browser inside UI Panel
What is the best option if I want to show a remote webpage inside a UI Panel in Unity ?
I want to target android and iOs platform.
I had uniWebView in mind but that thing is more like an overlay I ...
0
votes
1
answer
217
views
PHP browser game energy recover time [closed]
I would like to create something very simple. A browser game, where user can waste its energy and ability points. Unlike other games here there won't be no levels. So energy and ability points restore ...
1
vote
1
answer
1k
views
Can you have an embedded browser in Gamemaker:Studio
I am trying to make a sort of browser in gamemaker and I wanted to know how to embed a browser within a game. Are there any extensions I need to download?
0
votes
1
answer
381
views
How to approach players beeing overlapped by high isometric tiles?
I'm making a browser game wich is based on PHP, MySQL and Javascript. It has an isometric world where the player can move and see other players/NPCs. But if a tile in the foreground is so high that it ...
1
vote
2
answers
1k
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 ...
3
votes
1
answer
250
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?
12
votes
1
answer
3k
views
Promoting a Browser Game? [closed]
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 ...