The web tag has no wiki summary.
0
votes
2answers
64 views
Implementing the “earn resource every N seconds” mechanism common to F2P games
In many free-to-play games, play will be rate limited in some manner by a resource that you naturally earn on a timed interval, but can opt to increase artificially through buy-ins.
A current example ...
0
votes
1answer
260 views
Scale DIV with tiles
I am trying to create a repeating background. I have a main DIV with a grid of small 16x16 DIVs. I am trying to scale the main DIV in CSS; when the small DIVs simply have a red background color ...
1
vote
1answer
62 views
How can I use remote playtesters?
I'm working on a website for asynchronous two-player games (mostly board games); as part of the site's development I'm hoping to use it to playtest new games I design. The good news is that this ...
5
votes
4answers
1k views
More profitable: Android apps or Flash games?
Which market (that of Android games or that of Flash games) is more profitable and will give me a better chance of success?
Where can I find the relative market shares of these markets, globally?
0
votes
2answers
63 views
multi user web game with scheduled processing?
I have an idea for a game which I am in the process of designing, but I am struggling to establish if the way I plan to implement it is possible.
The game is a text based sports management ...
0
votes
0answers
30 views
Library for asynchronous client to client messaging [closed]
I am currently developing an online game where two players can play against each other (something like Who Wants to Be a Millionaire?). And I would like to implement an asynchronous service so those ...
0
votes
1answer
104 views
Develop a 2d isometric mobile game on Flash [closed]
I'm building a game on Flash that will run on web/Android/iOS.
The game is 2d isometric.I heard that developing mobile apps on Flash sucks and the graphics looks just awful.It'd be quite uncomfortable ...
6
votes
5answers
356 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 ...
0
votes
1answer
104 views
Flash game made with Flixel does not appear when using regular zoom [closed]
I am having an issue getting my Flash game (made using the Flixel library) to display when I use Zoom = 1 in the call to Super() in the game's constructor.
I have made a map using Dame which is ...
2
votes
3answers
250 views
Sending high scores to a web server in an open source game
I've never dealt with sending/receiving data from web servers in my games, so I absolutely have no idea how to do this. I tried googling for a good solution but couldn't find anything satisfying.
I ...
11
votes
4answers
707 views
Is there any Shaders Directory? [closed]
There are many tutorials to learn GLSL, Cg, HLSL... with classical samples as bump mapping, toon-shading...
But is there a shaders directory?
a website where i can share my shaders
search shader by ...
13
votes
6answers
3k views
Do any open source JavaScript 3D physics engines exist? [closed]
I'm working on a web-based 3D FPS game using WebGL, HTML5 and JavaScript. It is supposed to target PCs and net-books with WebGL-enabled browsers installed.
I'm wondering if there's an existing open ...
4
votes
1answer
258 views
How to design the AI for a board game like Risk?
I am about to develop a web game that is similar to board games like Risk, and iOS games like Lux and Strategery. I am curious to know what the concept behind the AI for such games should be like.
I ...
2
votes
4answers
711 views
free web library for leaderboards / achievements
I would like to know if there is any free leaderboard libraries for web games developed in HTML5/JS (as openfeint is for iPhone, Android)
I found this http://www.appmobi.com/, but it seems the ...
10
votes
11answers
947 views
How to model multiple “uses” (e.g. weapon) for usable-inventory/object/items (e.g. katana) within a relational database
So I'm working on expanding the uses of items over at www.ninjawars.net, and I'm not exactly sure how to represent them flexibly in the relational database that we use.
I may be barking up the wrong ...
3
votes
1answer
160 views
Is it possible to load local html pages into Gamemaker games?
I was just wondering if it would be possible somehow to load locally saved web pages into a game. My primary use for them would be as menus, helping to navigate between rooms.
I know about the built ...
-1
votes
1answer
68 views
Your mobile device as controller for webapps [closed]
I'm creating a multiplayer game just for fun and exploring different techniques like isometric games, node.js and socket.io.
The point is that I've tried to make an alternative approach on ...
0
votes
1answer
192 views
Box2dWeb positioning relative to HTML5 Canvas
I'm new with HTML5 canvas and Box2DWeb and I'm trying to make an Asteroids game. So far I think I'm doing okay, but one thing I'm struggling to comprehend is how positioning works in relation to the ...
-2
votes
2answers
1k views
Is there a portal dedicated to HTML5 games? [closed]
Just to get something straight; by "portal", I mean a website that frequently publishes a certain type of games, has a blog, some articles, maybe some tutorials and so on. All of these things are not ...
-5
votes
1answer
84 views
Mobile apps are separated into Three categories: Native, Hybrid and Web. What does Adobe air come under? [closed]
I don't mean a flash web app I mean a wrapped adobe air application. What is it?
-4
votes
1answer
611 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. ...
-1
votes
4answers
214 views
Looking for a simple web interface with subversion support and ticket /issue tracker [closed]
I am working on a small project and we have a few programmers on the job. We are using subversion to commit updates and keep all developers up to date on their workstations.
However, we have yet to ...
2
votes
2answers
262 views
Is it possible to make/translate a 3d engine to ruby on rails?
I am looking to make a 3D FPS that runs inside web browsers. I looked into using WebGL, but it didn't seem far enough along into development. I decided on using RoR because Ruby was a language I knew.
...
-2
votes
2answers
201 views
Any open source engine for webbased game? [closed]
I'm a student and my group have a task to create a simple multiplayer Rpg webgame. And I have to do it in just a few months. Is there any open source engine or framework to do this? Or any other idea?
...
11
votes
4answers
2k views
Is SVG a viable technology choice for web-based game?
I have started to read up about the web technology available for doing web-based game with only Javascript, but I have no where got feedback about SVG with HTML5. Is is a viable choice ? Does it ...
17
votes
6answers
2k views
Essential knowledge for making HTML/JavaScript-based games
I was wondering if any experts out there could share the knowledge and resources of what is necessary to start making games with the latest HTML standards and JavaScript (or what some like to call ...
1
vote
1answer
62 views
Is it possible to create native application for Google Chrome Store?
I'm developing small game using c++ and OpenGL. I would like to post it also in Chrome Web Store.
I've seen that a lot of apps are just redirection to specific url. I can use Java Applet and JNI to ...
-4
votes
2answers
136 views
What are hosting demands for webgame? [closed]
What are demands on hosting for multiplayer strategy game like Empire, Travian?
(memory for application, memory for database)
in flash
in .net
in php ?
EDIT:
Comments says there is no response ...
9
votes
5answers
3k views
Where can I find some “must see” game development portfolios? [closed]
I am trying to put together a website/portfolio and it would be great to see what others have done.
0
votes
0answers
78 views
Chess game for integration in web site [closed]
I need to integrate a chess game into a web site. The game needs to offer computer opponents, and the ability to save a user with a score (although I could implement that part myself). It is ok with a ...
29
votes
20answers
4k views
Examples of good Javascript/HTML5 based games [closed]
Now that Flash is largely being replaced with HTML5 elements (video, audio, canvas, etc.) are there any good examples of web-based games built on completely open standards (meaning Javascript, HTML ...
6
votes
7answers
2k views
How long till HTML5 canvas becomes a viable game development platform?
So I have been working on web application. So invariably what it boils down to is making simple games which were previously based on flash or openGL. Now I know apple was moving away from flash ...
6
votes
1answer
479 views
What is this JavaScript gibberish?
I am studying how to make a 2D game with JavaScript by reading open source JavaScript games and I came across this gibberish...
aSpriteData = [
"}\"¹-º\"À+º\"À+º\"À+º\"¿¤À ~C_ ...
5
votes
5answers
643 views
Ideas for time-keeping in a webbased RPG?
I'm assigned a task of doing the preliminary research stuff for a web-based MMO RPG. Now my buggiest problem here is "web based" vs "MMO RPG". I did some research about time keeping systems and I'm ...
20
votes
5answers
8k views
How to create a hexagon world map in PHP from a database for a browser based strategy game
I'm trying to create a hexagon world map for my PHP browser based strategy game. I've created a table in my database with the following data per row: id, type, x, y and occupied. Where type is the ...
0
votes
0answers
61 views
web dev to game dev advice? [closed]
I've been working as a web developer for many years (with some dabbiling in game dev MANY MANY years back).
I've been wanting to dabble a bit in game development and was wondering if anyone here had ...
2
votes
3answers
558 views
Is there a HTML/JS game engine/library that deals with things (HUD, menus, accounts, etc) other than the core gameplay?
I've been looking through the many HTML/Javascript game engines/libraries out there (many of which are found here https://github.com/bebraw/jswiki/wiki/Game-Engines). Most of them seem fairly ...
22
votes
9answers
3k views
How can I prevent cheating on global highscore tables?
For browser games and those on a mobile phones, it's common to have a global highscore table. It's also common for those tables to contain scores of 2,147,483,647 - where people have figured out the ...
5
votes
2answers
288 views
Giving points to users - how can I make it interesting?
I have a website where users can choose the winner of a sporting event. If they guess correctly they get 1 point, otherwise they receive zero points. At the end all users are ranked based on their ...
6
votes
2answers
555 views
What language or platform is used to develop apps for Google+?
Does anyone know what language or platform is used to develop apps for Google+?
I'm hoping Python, but I know google has a lot of other mediums they could use for this. I'm fine with hearsay as I ...
2
votes
3answers
342 views
Time/duration handling in strategic game
I'm considering developing a space opera game, having already done some game design. Technically, though, I'm coming from a business applications background. Hence I don't really know how I should ...
6
votes
12answers
4k views
What technology should I use for a web-based game? [closed]
What's the best technology for an online game, i.e playable through a web browser? I think the only choices are:
Java applets
Flash
Silverlight
I'm leaning towards Java applets, simply because ...
0
votes
1answer
164 views
3d immersive Virtual Conference meeting environment development on the web (3d website)-Help required
I want to develop 3d immersive virtual collaborative conference meeting environment on the web i.e an immersive virtual environment for our university Teachers to attend and address conference ...
0
votes
1answer
106 views
Create a website that lists all the game servers from a country
I have seen some sites which shows servers(for online games) from various parts of world with there name and ip's. I am looking forward to develop something of same sort.
But the issue is how to get ...
0
votes
1answer
425 views
SQl, noSQL, and Doctrine with Symfony 2.0
I've had the idea of creating a webgame for a while now, and as it becomes more and more accurate i started playing around with Symfony 2.0.
First question :
it seems that it is recommanded to use ...
1
vote
1answer
213 views
3D motorcycle models for web 3D tools
I'm developing a website that can display 3D models of motorbike. I haven't decided on which tool to use yet but it seems most of them support X3D and VRML files. So I'm searching for already-made ...
5
votes
2answers
496 views
Is it sound to use javascript for cross platform game scripting instead of lua? I might need web clients for my game
I have been looking around for clues on the subject but I'm not convinced to commit to javascript as my primary scripting language.
Currently I have started with lua. But I fear it will be a limiting ...
2
votes
4answers
405 views
What tool should I use to make this game?
A little background info: I'm just about to graduate university with a software engineering degree. I have a fair amount of experience with more "serious" programming languages (C++/Java/C#), plenty ...
0
votes
3answers
2k views
Java vs Javascript for Web-based games
With all the recent interest in developing HTML5 apps and games, and I am curious why all the focus is on Javascript, and not on Java.
Minecraft is a great example of what can be accomplished in a ...
4
votes
2answers
846 views
Using a web service for multiplayer games?
I've been looking into web services for making multiplayer games and was just wondering how feasible would it be?
What I would like to do is make a simple MMORPG that uses a turn based fighting ...