A game that runs in an internet browser, either using core browser features (HTML5, CSS and JavaScript) or plugins (ususally Flash, Java or Silverlight). For games build using Flash, Silverlight of Java web technology add relevant tags.

learn more… | top users | synonyms

-1
votes
0answers
55 views

Asked to make a 2d platformer [on hold]

I've been tasked with creating a simple 2D platformer top be put on a webpage. The game is pretty much a simple Super Mario type game. I've been playing around with C# and C++ now for a couple years, ...
0
votes
1answer
94 views

Software design of a browser-based strategic MMO game

I wonder if there are any known tested software designs for Travian-like browser-based strategic MMO games? I mean how would they implement the server of such games or what is stored in database and ...
1
vote
2answers
74 views

How to display top-down 2D online game [closed]

I'm new to game development (but not new to software development). As a personal/learning project, I'm designing an overhead-view 2D online RTS game (static, no scrolling). The first cut will pretty ...
1
vote
3answers
202 views

Ways to make my game world bigger without slowing users CPU

I've been developing my first game for a little while now, but I've found that I want to make the game world MUCH bigger. It's currently about 300*300 tiles, but has creatures and bad guys running ...
1
vote
1answer
113 views

How to simulate timed attacks in browser-based games?

In my MMORTS browser-based game, I want that all attacks be performed 7 minutes later after the player does it. So, when the player clicks on attack button, a countdown becomes visible to both the ...
0
votes
1answer
258 views

ASP.NET MVC & SQL Server vs. PHP & MySql

I'm going to develop a strategy browser-based game with ASP.NET MVC and SQL Server. However, as I explored the web to get some ideas and patterns from existing games, I found out that none of them ...
1
vote
1answer
134 views

How to develop a real-time game server for html5 web app?

I'm contemplating a graduate project proposal of developing a rather complex HTML5 game that requires real-time server communication. The premise of the actual game play is simple: 10 players battle ...
0
votes
1answer
104 views

What strategies can I use to update the visuals of my game to be more modern? [closed]

I'm making a browser strategy game. Now my problem is that I have a feeling that my design is dated. For now I have only used background colors and borders to make things look nice, but I have ...
-2
votes
3answers
118 views

Technologies and languages for Browser RTS game [closed]

I am trying to develop a multiplayer rts game. My question here is: which language is best suited for the server side of that game? My very first choices wolud be lower level languages, such as C++ or ...
3
votes
2answers
150 views

Game testing solutions?

I have a unity web browser game. Since I'm working on a small company with limited machines which are all of either 2GB RAM or 4 GB RAM with decent processors. I'd like to know if there are any web ...
-3
votes
2answers
190 views

How is good is Java as a language for browser based mmo games? [closed]

Somewhat related to Is Java viable for serious game development? I have decided to make a browser based mmo game. But the only programming language I know is Java. So I would like to know how good ...
0
votes
1answer
49 views

Need a Push in the right Direction [closed]

I know this been asked a millions of time. First off my Dabbled in a few languages,like Java,C#,Android,Python and unity even though that's not really a language.My Programming is Level as at far ...
3
votes
3answers
307 views

Will running cron jobs every minute a good practice?

I'm trying to create a browser-based game (made in PHP, MySQL, Js, HTML, and CSS) that is heavily dependent on user's actions being carried out after a certain amount of time passed whether online or ...
0
votes
1answer
126 views

Tips on building a real time multi player web platform + framework and/or tookit

I'm trying to develop a multi player game web app which basically should be able to achieve the following goals: Provide a game engine + framework/toolkit to let third party corporation integrate ...
3
votes
4answers
596 views

Why wouldn't one use Canvas for HTML 5 game development?

I'm just getting into the HTML 5 game development. I've discovered that some games seem to be created using just JS/CSS/HTML instead of the canvas. Since canvas seems to enjoy good browser ...
6
votes
2answers
173 views

What to do with old data?

I have a game - virtual soccer manager. It is browser based game. It is split into 'seasons' each of them takes around a half of a real year. The central game element is a soccer match, each team ...
1
vote
0answers
70 views

Paylines and Pay dots in Slot Game

I'm working on a HTML5 slot game and completely stuck on the pay lines and the dots that produce the lines from 1 end to the other. Can someone tell me what's the logic behind generating random ...
6
votes
5answers
581 views

Good technological solutions to build an ascii map and moving characters in a browser (like dwarf fortress)?

I'd like to build a webapp for my game website that involves using text characters to represent animals and people, and have them move around on map squares with independent (server driven) AI. So ...
-1
votes
2answers
189 views

Game library for 2D animation JS browsergame [closed]

I am developing a 2D multiplayer online browsergame. On the backend I have set up a Node.js server. Everything works perfectly. On the frontend I will use jQuery and several libs for collision etc. ...
4
votes
2answers
246 views

Implementing a build queue in a browser based game

I need to be able to execute certain events at a given time in my game, for example, say the player "Builds a building" this building should take 15mins to process. Implementing this seems ...
2
votes
2answers
246 views

PHP Browser Game Private Messages?

First off, I'm asking this question here because gaming and messaging are intimately connected. Why win if you can't gloat? Nevertheless, I won't be offended if this needs to be moved to overflow. ...
3
votes
2answers
564 views

How to determine mouse position outside stage, and center the cursor?

I was wondering if it is possible to have my flash game determine the position of the mouse, even when the cursor is not inside the stage. My movie clip should move horizontally between x = 100 and ...
5
votes
3answers
231 views

Is there a centralized achievement system for browserbased onlinegames

I plan to implement missions with achievements (or rewards/badges) in my online space browser game spacetrace. I want somehow connect that to an existing online achievement platform for browser-based ...
1
vote
1answer
180 views

Alternative to JSF for browser-based 4X game [closed]

I intend to make browser based MMO game. Something from Master of Orion genre but with more accent on command ship operations. I've done some tests and research and turns out that indeed, for ...
0
votes
3answers
277 views

Persistent Data for Multiplayer, Browser-Based Games

What is generally used to store persistent data in online games - browser games/facebook apps, in particular? I have used MySQL in web development before - but I've read that it's not very scalable, ...
2
votes
1answer
488 views

Making a Photo Hunt Game using Javascript and HTML5 [closed]

I am looking for a way to make a photo hunt game using HTML5 and Javascript. Where should I start after the images. And How would I make clickable areas on the image, using javascript? If you know of ...
-4
votes
1answer
1k views

What programming languages are sufficient for web browser game development? [closed]

I am wondering with what kind of languages such a multi-player online game was written? I am trying to find a list of web programming languages which could be sufficient for both of these websites. ...
2
votes
1answer
232 views

Is there a way to use scala with html5?

I want to create a very simple 2d multiplayer browsergame in html5. Something like Scalatron I mainly want to do this to improve my scala skills, the problem is I would have to code the clientside ...
-1
votes
1answer
233 views

Any multiplayer webgame engine based on Flex

My team is developing a multiplayer webgame (like a virtual world) in a short time(several months using after-school time), and I wonder if there are any webgame engine based on Flex. When I googled ...
5
votes
5answers
507 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 ...

15 30 50 per page