Mikhail Kryshen

Games

Shariks

Link all small bubbles together and turn them into player's color.

[Java Applet] Shariks

Keys

First player movement: , , , ;
Second player movement: w, a, s, d;
Third player movement: p, l, ;, ';
Fourth player movement: y, g, h, j;
Pause: Pause;
Menu toggle: Esc;
Menu item selection: , , Enter.

Download

Shariks binary (version 0.2.2)
Shariks source code (version 0.2.2)

Add this game to your site

  1. Download the game distribution archive.
  2. Unpack the archive and upload it's contents on your webserver.
  3. Link to shariks.html or copy the following HTML code to the webpage, where you want the game to display.

Applet HTML code

<applet code="org.bm.shariks.Applet" archive="shariks.jar"
        width="640" height="448">
    [Java Applet]
    <b><a href="http://kryshen.net/games/shariks.html">Shariks</a></b>
</applet>