Browser game
From Free net encyclopedia
Browser games are electronic games that are played online via the Internet. They are distinct from normal video and computer games in that they do not require any client side software to be installed. Most games rely solely on client-side technologies such as a web browser and a common plugin such as Flash. A game played in a browser is often called a browser-based game.
Contents |
Plugins
Browser games typically require a form of web browser plugin to function. Some of these may include Java virtual machine, Shockwave and Flash, with some of these plugins available through default installations of most modern day browsers. The games created using these technologies rely heavily on the client's browser to download and utilize the game's code on the client side. Due to this fact, it allows users to more easily hack the code on their end, denying fair multiplayer gameplay, therefore a large majority of plug-in based games today are still single player. The upside to this is that since the client does most of the processing, the server does not receive a heavy bandwidth load of requests.
Server-side games
A growing number of games are being created using Server-side scripting. The most common of the language's being used is PHP due to it's large community support and low learning curve. Games such as this store all code server side and only send the user's browser HTML markup language for interpretation. Some include JavaScript or Ajax to allow the user to see immediate responses to their online actions and make the games more visually appealing in the same manner as plug-in based games. Having all game code server side allows for a more secure setting as the player does not have direct access to it, making harder to alter the code and cheat.
See also
- List of browser games
- List of gaming topics
- Online skill-based game
- Massive multiplayer online role-playing games (MMORPG)
- Massively multiplayer online real-time strategy (MMORTS)
External links
de:Browserspiel es:Juego en línea fr:Jeu sur internet ko:온라인 게임 ja:オンラインゲーム zh:网络游戏