Archive for » July, 2011 «

Jul
09

Okay, now let’s proceed with our Tetris game. In the first step we have created a JavaScript file. Now let’s make it look properly. Create an HTML file, call it whatever you like. Use the UTF-8 charset to avoid charset problems. The file will contain the following BODY content:

more…

Category: Javascript  Tags:  One Comment
Jul
07

Today I’m going to tell you how your can relatively easily make your website more attractive, using JavaScript, CSS and usual HTML. Just add this classic game, tetris, and let your visitors enjoy it!

The game was developed by a talented Polish web developer C. Tomczak.
First, you need to create the ‘main’ file. Call it JsTetris.js

more…

Category: Javascript  Tags:  One Comment