Do you like coffee?

Short stories on coffee will be posted soon.


A Small Computer Game

You want to play a game? Here is a simple and old game that you used to enjoy with your Apple II computer. It's called 'Snibble'. It is written in JAVA. You need a java compiler (eg. j2sdk-1_4_2_03xxx) to compile and run it.

Click here to download it.

How to complie and run

You complie the program using 'javac'.
javac Snibble.java

Then, you can run it by
java Snibble

Two programs are included: one is a game program "Snibble.java" and the other is a stage editor called "StageEditor.java". You can create your stage using the stage editor and enjoy it.

Manuals

Screenshots