[JavaScript]12 Amazing and Creative Javascript Games

简介:

Introduction

Javascript has evolved so much that it has a great influences to the web development. I stumbled upon a website called chrome experiements. It hs a lot of great javascript experiements that are meant for Chrome because Chrome has a great javascript render engine. However, most of the examples are also work in firefox.

So, the following is the list of games that could have been implemented with flash, however, they weren't. Some of the examples such as Browser Pong, Twitch and puzzle are really worthwhile to check it out because they are really amazing. Enjoy. :)

  • Browser Pong
    1.jpg
    Browser Pong is a traditional Pong game played not in a browser window, but *with* browser windows. I think this one is pretty cool. Have you ever think of player ping pong game using your web browser windows? You have to check this out.
  • Twitch
    2.jpg
    TWITCH is a series of minimal games within small Chrome windows. How fast can you solve them all? Each game only responds to clicking; mouse position and keyboard are ignored. This is the first game that caught my attention. It uses new window for different levels. Seriously, I have no ideas how it works. Great stuff!
  • Browser Ball
    3.jpg
    Open new windows. Throw a beach ball through them. If I tell you it's less lame than it sounds, will you give it a shot? I saw this last year and it amazes me. A beach ball that roll over different browser windows and the gravity simulation are great.
  • Crystal Galazy
    4.jpg
    Crystal Galaxy is an experimental 2D space shooter game demo, developed using a pure JavaScript / DHTML game engine.
  • Video & Picture Puzzle
    5.jpg
    A small experiment in generating puzzles using multiple browser windows and images or Flash-driven video. It confuses me at first, so basically, your puzzles are made of browser windows again. I won't spoil it though, you have to try it yourself.
  • Apophis 2029
    6.jpg
    Apophis 2029 is a Missile Command - meets - Space Invaders sort of game. Your job is to shoot meteorites out of the sky before they destroy you. I think the animation for this game is great. It works better with chrome though.
  • Bing-Bong
    7.jpg
    Arkanoid/Breakout type game. I'm sure you've played this kind of game before, but this come with extra, you have a power meter to determine how hard you'll hit the ball.
  • Bomberman
    8.jpg
    A classic bomberman game built with javascript. I like bomberman, I still remember the one I played it comes with multiplayers and produced by hudson. Of course, we can't compare the PC game with this web based bomberman but it's still cool except the background music and sound effects are a bit annoying.
  • Bunny Hunt
    9.jpg
  • Real world racer
    10.jpg
    A Google Maps Racing Game - to maximum enjoyment, make "bvvv, bvvvvv" noises as you accelerate and "EEEEE" noises as you turn. A game that uses google map. You get to choose the race track. I never finished a race, I tried shortcut by driving the car directly to the finish line. ha, it didn't work! Computers won, Nil for me.
  • JS Wars
    11.jpg
    JS WARS is a classic shoot em up written to demonstrate the power of modern web browsers.
  • Berts Breakdown
    12.jpg
    Berts Breakdown is an attempt to make a platform game using the new HTML5 canvas element. The graphic is really nicely done and it kinda smooth as well. It just like a game made with flash. By the way, it works better with Googl Chrome.

原文地址:http://www.queness.com/post/2584/12-amazing-and-creative-javascript-games


本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2010/06/08/1754282.html,如需转载请自行联系原作者

相关文章
|
5月前
|
存储 JSON JavaScript
JavaScript组成
JavaScript组成
|
7月前
|
自然语言处理 JavaScript 前端开发
JavaScript (一)
JavaScript 对象 可以说 "JavaScript 对象是变量的容器"。 但是,我们通常认为 "JavaScript 对象是键值对的容器"。
25 0
|
7月前
|
存储 JSON JavaScript
70.【JavaScript 6.0】(四)
70.【JavaScript 6.0】
30 1
|
9天前
|
存储 JavaScript 前端开发
JavaScript
【4月更文挑战第21天】JavaScript
13 5
|
7月前
|
存储 JavaScript 前端开发
JavaScript (二)
JavaScript 对象 可以说 "JavaScript 对象是变量的容器"。 但是,我们通常认为 "JavaScript 对象是键值对的容器"。
23 0
|
JSON 数据格式
Day15 JavaScript
JavaScript
56 0
|
JavaScript 前端开发 Java
JavaScript的知识总结(5)
JavaScript的知识总结(4)
|
存储 移动开发 JavaScript
Javascript
Javascript
138 0
|
JavaScript 前端开发 程序员
解密 JavaScript 中的 this
我想在本文解释JavaScript中的 this,希望有助你理解 this 的工作机制。作为JavaScript程序员,学习 this 对于你的发展有很大帮助,可以说利大于弊。这篇文章的灵感来自于我最近的工作——我即将完成的书的最后章节——《JavaScript 应用程序设计 | JavaScript Application Design》(注意:现在你可以购买早期版本),我写的是关于scope工作原理的方面。
104 0
解密 JavaScript 中的 this

热门文章

最新文章