Tagged Questions
4
votes
1answer
92 views
Handling Different Aspect Ratios for a Multiplayer Game
I'm currently designing a competitive 2D, side-scrolling multiplayer game and I want support full screen play at any aspect ratio (e.g., 4:3, 5:4, 16:10, 16:9). Doing that is not so much a problem, my ...
-5
votes
2answers
143 views
How about HTML 5 Write Online Mulitplayer Games [closed]
Some one said that HTML 5 is supported in modern browsers is it true ???
2
votes
2answers
363 views
What are my tool options to prototype a 2D online multiplayer game? [closed]
I'm looking for the best tool to allow me to quickly put together a 2D game that relies largely on networking. It's extremely likely that this game will require a server side program to constantly ...
5
votes
2answers
320 views
How to manage merging/splitting viewports to create a dynamic splitscreen
I'm making a multiplayer 2D game where each player has an entity that they can move in any direction. This will be local only, so split screen.
Typically the player controlled entities will be in ...
1
vote
0answers
589 views
Best Frameworks/libraries/engines for 2D multiplayer C# Webbased RPG [closed]
Title is a mouthful but important because I'm looking to meet a specific criteria and it's complex enough that I need a lot of help in finding what I'm looking for. I really want people's suggestions ...
7
votes
4answers
792 views
Is a multiplayer game in JavaScript a good idea?
I wanted to make a multiplayer game that runs in the browser, and a friend of mine suggested that I should choose JavaScript as the main language. I already made a lot (registering, logging in, half ...
2
votes
2answers
301 views
Which platform and what strategies can I use
There's this game, that I've been wanting to make for quite some time. It's a project that I've started and had to abandon in the middle a couple of times. However, this time I'm determined to finish ...
-2
votes
3answers
718 views
Client side code in browser with server communication?
Hey Guys, i want to make a 2d game. I know C++, C#, javascript.
I want my game to run in a browser so a user doesnt need to run an exe. I want the game to be multiplayer so it needs server ...