Jeu par navigateur

Multi tool use
Cet article est une ébauche concernant le jeu vidéo et Internet.
Vous pouvez partager vos connaissances en l’améliorant (comment ?) (voir l’aide à la rédaction).
Le jeu par navigateur ou jeu sur navigateur est un type de jeu en ligne qui se joue par l'intermédiaire d'un navigateur, directement à partir du Web, sans besoin d'installation ni de téléchargement.
Description |
Les objectifs de ces jeux sont variés : simulation, gestion (élevage, ville, club sportif, etc.), jeux de stratégie, jeux de rôle, etc. Ils sont souvent gratuits, ou alors proposent un كككsystème d'abonnement ou une boutique en ligne (appelée Item shop). Les nouvelles possibilités des réseaux sociaux du Web 2.0 permettent également la création de jeux par navigateur, donnant naissance aux Social games (ou Social network games). Parfois, une partie peut durer des semaines, des mois, voire plusieurs années[1] ; ceci survient notamment quand les jeux se déroulent en temps réel et évoluent même quand le joueur est déconnecté[2].
Le terme reste néanmoins vague et sujet à confusion, car les jeux disponibles sont parfois nommés en fonction de la technologie employée (Flash, Java, PHP, jeu par forum, etc.), parfois en fonction du nombre de joueurs (jeux en solo ou multijoueur), parfois en fonction du rythme propre au jeu (temps réel, jeu par correspondance, asynchrone — tour par tour, forum... — etc.). Les contraintes liées au réseau Internet imposent de veiller, entre autres, à la gestion des données et à la taille des images et des animations ; beaucoup de jeux intègrent des technologies Ajax pour une plus grande interactivité. Des programmes automatisés et périodiques (cron) permettent de gérer les éléments répétitifs du jeu (exemple : à minuit, tous les personnages gagnent un salaire journalier).
Voir aussi |
- Application web
- Jeu vidéo indépendant
- Liste de jeux par navigateur
- Liste de jeux multijoueur par navigateur
- Classcraft
Notes et références |
↑ Cf. « Battle Arenas, les arènes éternelles », Kraland Interactif, Might and Magic: Heroes Kingdoms, OGame, etc.
↑ Ainsi, dans certains jeux de stratégie, les constructions de bâtiments ou les déplacements de troupes durent plusieurs heures ; ou encore, dans certaines simulations sportives, les matchs ont lieu une ou deux fois par semaine.
Types de jeux vidéo
|
Action |
Beat them all
Combat
- Plates-formes
Jeu de tir
- Tir au pistolet optique
- Shoot 'em up
- Tir à la première personne
- Tir à la troisième personne
- Tir tactique
- Battle royale
|
Action-aventure |
Monde ouvert
- Infiltration
- Survie
- Survival horror
|
Aventure |
Aventure graphique
- Fiction interactive
- Film interactif
Jeu de drague
- Visual novel
- Myst-like
|
Jeu de rôle |
- Action-RPG
- Dungeon crawler
- Hack 'n' slash
- MMORPG
- Multi-user dungeon
- Rogue-like
- Tactical RPG
|
Réflexion |
- Jeu de labyrinthe
- Jeu d'objets cachés
Jeu de puzzle (Tile-matching)
|
Simulation |
- Animal de compagnie virtuel
- Clumsy simulator
- God game
- Jeu d'élevage
Jeu de gestion
- Simulation économique
- City-builder
- Simulation gouvernementale
- Simulation de vie
- Sport
|
Simulation de véhicules |
- Combat motorisé
Course
- Lunar Lander
- Simulateur de conduite
Simulateur de vol
- Simulateur de sous-marin
- Simulation ferroviaire
|
Stratégie |
- Wargame
Stratégie au tour par tour
- Tactique au tour par tour
- Jeu d'artillerie
Stratégie en temps réel
- Tactique en temps réel
- Tower defense
- MOBA
- Jeu 4X
- Grande stratégie
|
Autres types |
- Casse-briques
- Rythme
- Party game
- Programmation
- Jeu incrémental
|
Concepts liés |
- Arcade
- Art game
- Bac-à-sable
- Casual game
- Die and retry
- Full motion video
Jeu en ligne
- Jeu social
- Jeu par navigateur
- MMOG
Jeu sérieux
- Advergame
- Jeu éducatif
- Newsgame
- Jeu vidéo amateur
- Jeu vidéo indépendant
- Mini-jeu
- Quick time event
- Jouet vidéo
|
Portail du jeu vidéo
Portail d’Internet
gklG81AJazJ,Vzo jFuaZaNj2Bu,8Qod7tCc5cAhvY9t Srp13kMRLzWuFhECB
Popular posts from this blog
up vote
1
down vote
favorite
I am using openpyxl for parsing .xlsm files, and pytest for testing. When I open a file, I get the: OpenPyxl -> UserWarning: Data Validation extension is not supported and will be removed That is not really a problem bcs. program works and I can't change the .xlsm file to fix that. But... When I run pytest with something like: def test_wrong_file_format(): assert check_excel(open_excel('file.xlsm')) == True I will get the warning i mentioned altought check_excel(open_excel('file.xlsm')) returns True and the test should suceed... Is there a nice way to tell the pytest that "It's not a bug it's a feature" and tests should pass even when they get this warning? Is there other way than using something like: with pytest.warns(UserWarning): ...
0
I have column SubToBind that shows current year ratio and column PY SubToBind which shows previous year ratio. How can I simply create a card that would be displaying them both in a nice way? Something like that: I cannot achieve that with regular card, I also tried Card with States by OKViz but also unable to see both values. In KPI visual - I dont like the word "Goal", it will confuse end users. Are there any cards or other visuals that would do the job? Thanks
powerbi dax powerbi-embedded
share | improve this question
edited Jun 11 '18 at 20:11
Oleg
...
up vote
-2
down vote
favorite
I need to write a script that will look through a folder and strip out the text from a string of an image. image-w-inch-bob-bob-bob-bob-8820-AV1.jpg image-w-inch-bob-bob-bob-bob-8820-AV2.jpg image-w-inch-bob-bob-bob-bob-8820-AV3.jpg image-w-inch-bob-bob-bob-bob-8820-AV4.jpg image-w-inch-bob-bob-bob-bob-8820-AV5.jpg image-w-inch-bob-bob-bob-bob-8820-AV6.jpg I need this to be renamed to 8820-AV1.jpg 8820-AV2.jpg 8820-AV3.jpg 8820-AV4.jpg 8820-AV5.jpg 8820-AV6.jpg Does anyone know of a script like this?
python linux bash
share | improve this question
edited Nov 21 at 22:22
...