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
- 'Snibble.java'
- Movement of a snake : arrow keys
- Start a game : Go to 'File' menu and select 'Start again'.
- Rule : You have to eat apples on the screen. If you are done, you will go to the next stage.
- 'StageEditor.java'
- The left button of your mouse will put a block on the screen. You can also erase it by clicking the existing block.
- You can save your stage by selecting a menu 'save' in 'File' popup.
Screenshots

