Arcade volleyball in javascript30.jan 2011
One day I decided to rewrite a very old DOS game called Arcade Volleyball into javascript. The core
took only few hours to finish. Today I wanted to finsh it and publish on my webpage. The interesting
part of this project is, that it is completelly written in javascript, no internal HTML elements are
used, everything is generated dynamically and this game has no external resources. All the bitmaps
are embedded into the single HTML file. I wanted to add some sound effects, but my browser has
some weak support of playing WAVs. Maybe later...
There are 2 players, you can choose between ASDW or arrow key controls, or to play game with simple AI.
There are 2 players, you can choose between ASDW or arrow key controls, or to play game with simple AI.
