| | Take the numbers in the field by directing your snake with the aspecified keys.
Try to avoid collisions with the other player and (from level 2) the bricks.
|
Player 1 |
Player 2 |
Move up |
w |
arrow up |
Move down |
s |
arrow down |
Move left |
a |
arrow left |
Move right |
d |
arrow right |
Pause |
P |
How to add TopNibbles to your site?
- TopNibbles is free for use on non-commercial sites.
- Download TopNibbles.class and place it in your html-directory.
- Put the following code in your HTML:
<APPLET CODE="TopNibbles.class" WIDTH=570 HEIGHT=300>
</APPLET>
|