JAVASCRIPT BASED WEB GAME .
Its a DRAGON-BALL-Z game where 2 fighters , fight with each other to score a maximum point within the given time limit . its a multiplayer game , different movement controls , power controls and teleportation controls are given to each player . It is developed using HTML , CSS and JAVASCRIPT . The core language used is JAVASCRIPT to build this game
Each player is represented by a spirit which were original character of DRAGON-BALL-Z . SCORE of each player is represented on the top of each player side panel .
On every hit of power shoot to the opponent 1 point is increased . And the players has to so on make the hit to collect the points .
Each player can move on the screen using the controls (keyboard inputs) . Similarly they can POWER-UP , POWER-SHOOT , POWER-RELAX and TELEPORT using the controls alloted .
COLLISION SOUND , GAME EFFECT SOUND and TELEPORT SOUND EFFECT ALSO ADDED .
|==== FOR FULL SCREEN mode : type "F" ====|
###CONTROLS FOR PLAYER 1 :
- "ARROWLEFT" to move left .
- "ARROWRIGHT" to move right .
- "ARROWTOP" to move top .
- "ARROWDOWN" to move down .
- "K" to powerUP.
- "O" to telePort .
- "L" to shoot .
- "P" to powerDown .
###CONTROLS FOR PLAYER 2 :
- "A" to move left .
- "D" to move right .
- "W" to move top .
- "S" to move down .
- "Q" to powerUP.
- "Z" to telePort .
- "E" to shoot .
- "R" to powerDown .
THE CHARACTERS CHANGES AS THE SPIRITS MAKES A CERTAIN THRESHOLD HITs
MAIN WINDOW
NEW TELEPORTATION an both power charged
MOVEMENT OF PLAYERS
POWER-UP
POWER-DOWN and SHOOT
COLLISION(HIT made or not)