Questions tagged [browser]
For questions about development of games to be played in an Internet browser.
28 questions
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 ...
5
votes
5
answers
2k
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 ...
4
votes
1
answer
776
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? ...
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 ...
1
vote
1
answer
578
views
Designing PHP RPG game: Should I use multiple classes for each type of item or a single table?
I'm making a text-based role playing game written in PHP.
I have a hard time figuring out how to handle items in game - there will be a few types of objects (weapon, machine, tool, building etc) each ...
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
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
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
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 ...
0
votes
3
answers
730
views
OVR Lip Sync in Unity WebGL project
I am using the Oculus VR (OVR) Lip Sync Plugin for an avatar in a Unity project which I want to deploy to a browser using WebGL.
The issue is that WebGL doesn't support Unity's ...
0
votes
0
answers
61
views
How do i get this web app to use the up joystick button as an input
There is this reaction time test app that calculates the reaction time from the time you press a button, it works with the joystick buttons except for the directional buttons, this is the app:
https://...
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 ...
0
votes
1
answer
2k
views
WebGL - Open URL in new tab? [closed]
How to open URL in new tab for WebGL?
Tried Application.OpenURL("url"). But it's opens a tab in same window
Thanks
-1
votes
3
answers
348
views
Testing a website in Steam overlay webbrowser
How do I test my website in Steam overlay webbrowser without running a game?