博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[JavaScript]12 Amazing and Creative Javascript Games
阅读量:5910 次
发布时间:2019-06-19

本文共 3289 字,大约阅读时间需要 10 分钟。

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. :)

  • 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.
  • 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!
  • 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.
  • 4.jpg
    Crystal Galaxy is an experimental 2D space shooter game demo, developed using a pure JavaScript / DHTML game engine.
  • 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.
  • 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.
  • 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.
  • 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.
  • 9.jpg
  • 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.
  • 11.jpg
    JS WARS is a classic shoot em up written to demonstrate the power of modern web browsers.
  • 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,如需转载请自行联系原作者

你可能感兴趣的文章
send,recv,sendto,recvfrom
查看>>
JavaScript 基础知识
查看>>
利用__index和__newindex实现默认值表、监控表、只读表
查看>>
多个域名向主域名自动跳转的Nginx配置
查看>>
[再寄小读者之数学篇](2014-07-16 凹函数与次线性性)
查看>>
nginx1
查看>>
用JSP实现的商城购物车模块
查看>>
socketpair的使用
查看>>
Java 反射机制及Annotation
查看>>
JavaScript超大整数加法
查看>>
xcode的ios工程目录结构复习
查看>>
【wikioi】1227 方格取数 2(费用流)
查看>>
关于typedef的用法总结(zz)
查看>>
PE文件结构详解(一)基本概念
查看>>
开发Android 范的错误
查看>>
android 获取系统默认路径
查看>>
Flume-NG + HDFS + HIVE 日志收集分析
查看>>
cocos2d-x环境搭建(win7+cocos2d-x-3.0)
查看>>
[Hibernate] - Fetching strategies
查看>>
Oracle 监听配置详解(转载)
查看>>