Yukiawa project is a bubbles puzzle game.
Yukiawa is a puzzle game where you connect bubbles of the same color to clear them away from the level. It features a series of levels and random puzzles for single play. Multiplayer gaming is also possible.
Requirements:
· java runtime environment 1.4 or later
Installing
Source Code
If you wish to install from the source code package you need to compile the application first. For that to be succesfull you need java compiler to be present on the system. Procces as follows:
- unzip the package,
- enter the directory that was created,
- type:
'javac Main.java'
where javac is the name of you compiler
- type:
'./yukiawa' on a unix platform
'yukiawa' on windows platform
'java Main' on any other platforms
to start the game
- enjoy
Binary Archive (*.zip file)
This is realy easy. Unzip the file, enter the directory and type:
'./yukiawa' on a unix platform
'java Main' on any other platforms
Product's homepage