Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Frozen Bubble 2.2.0 (Default branch) Post 302266371 by Linux Bot on Wednesday 10th of December 2008 05:10:02 AM
Old 12-10-2008
Frozen Bubble 2.2.0 (Default branch)

Image Frozen Bubble is a game in which you throw colorful bubbles and build groups to destroy the bubbles. In one-player mode, you must destroy all the bubbles to access the next level. In multi-player modes, the goal is to have your opponent die before you. Local one-player and two-player modes are supported, and networked play is supported for modes ranging from two to five players. License: GNU General Public License (GPL) Changes:
More options can be set in LAN/NET games. An abort during a multiplayer game with a player in lowest graphics mode was fixed. Internet servers are listed much faster now by using parallel discovery. The ability to record and replay games was added. The ability to save frames from records was added to create high quality videos of games. Geolocalized nicks are used in the server lounge. Image

Image

More...
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FreeBSD - frozen FVWM

I was looking at previews of XScreenSaver and the desktop froze. I am unsure how to restart the FVWM. I downloaded putty and can connect via ssh. I tried to shut the machine down by using the "shutdown -h now" command , but it will not power off. If I knew the process number I could kill it. ... (1 Reply)
Discussion started by: noobie_doo
1 Replies

2. HP-UX

Server almost frozen

Hi, I've a server with HP-UX 10x that when the connection with my ISP is broken, it almost freezes. I realize when I try to connect myself from a pc with a terminal emulator, it delays 5 or 8 minutes to show me the login prompt and the applications become slow. My question is how can I... (2 Replies)
Discussion started by: efrenba
2 Replies

3. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies

4. Solaris

Reboot, System is Frozen at setting interface for multicast HELP

I'm not an advanced user by any strech, that being said here is my problem: I ran "reboot" on a sun blade 2500 When loading up it runs through the usual routine, checking disks, filesystems and then it locks up after the following message: ***** starting rpc services: rpcbind... (6 Replies)
Discussion started by: eyukins
6 Replies

5. Shell Programming and Scripting

Can someone explain a bubble sort in Krn script to me?

See topic. I need to understand how it works before i start to work on a program anyone have any resources or the time to explain it thanks. (5 Replies)
Discussion started by: bluesilo
5 Replies

6. UNIX for Dummies Questions & Answers

system is frozen

hi there. new problem for me!!! i have been using a Sabayon Linux 3.5 distribution and yesterday when i turned the system on it stopped responding, i mean it freeazed. i was listening to music on Audacious and suddenly the system is ice cold...baby. what to do. Since i've tried 'reiserfsck' the... (0 Replies)
Discussion started by: dvas83
0 Replies

7. Solaris

Cygwin/X Remote connection frozen display problem

Hello, We are using Solaris 2.5.1 box. And we are accessing to Solaris from Windows xp using Cygwin/X. The connection establish without any problem and we can use desktop environment. But, sometimes later ( various between 2 minutes to 10 minutes ) Connectted desktop display is frozen. Mouse is... (4 Replies)
Discussion started by: summerboy
4 Replies

8. Programming

C++ bubble sort.

In regards to the for loop with '&& flag' I think I see the intended logic. If there was a transaction keep looping until the end of the array otherwise exit. Well it compiles but it does not work as I see the logic. I really like this routine much better than any others I have seen and would like... (4 Replies)
Discussion started by: sepoto
4 Replies

9. Ubuntu

Ubuntu getting frozen with '{ DRDY ERR }' error

Hi, I am using Ubuntu LTS 12.04. For last few weeks it is getting frozen on INIT 5 and and I can see follwoing logs in single user mode. Have any body any clue for the following: Feb 3 09:14:07 CB11WS1 kernel: ata1.00: status: { DRDY ERR } Feb 3 09:14:07 CB11WS1 kernel: ata1.00:... (0 Replies)
Discussion started by: nixhead
0 Replies
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
bubbles - frying pan / soft drink simulation SYNOPSIS
bubbles [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-sim- ple] [-broken] [-3D] [-file filename] [-directory directoryname] DESCRIPTION
Bubbles sprays lots of little random bubbles all over the window which then grow until they reach their maximum size and go pop. The inspiration for this was watching little globules of oil on the bottom of a frying pan and it also looks a little like bubbles in fizzy soft drink. The default mode uses fancy ray-traced bubbles but there is also a mode which just draws circles in case the default mode is too taxing on your hardware. OPTIONS
Depending on how your bubbles was compiled, it accepts the following options: -foreground Colour of circles if -simple mode is selected. -background Colour of window background. -window Draw on a newly-created window. This is the default. -root Draw on the root window. -mono If on a color display, pretend we're on a monochrome display. -install Install a private colormap for the window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -delay microseconds How much of a delay should be introduced between steps of the animation. Default 1, or about 1 microsecond. Actually, this is the delay between each group of 15 new bubbles since such a delay between each step results in a very slow animation rate. -nodelay Same as -delay 0. -simple Don't use the default fancy pixmap bubbles. Just draw circles instead. This may give more bearable performance if your hardware wasn't made for this sort of thing. -broken Don't hide bubbles when they pop. This was a bug during development but the results were actually quite attractive. (This option is only available if you have the XPM library available and the imake generated Makefile has defined HAVE_XPM). -3D Normally, the simulation is done completely in two dimensions. When a bubble swallows up another bubble, the areas of each are added to get the area of the resulting bubble. This option changes the algorithm to instead add volume (imagining each to be a sphere in 3D space). The whole thing looks more realistic but I find it attracts attention to the flickering of each bubble as they are move and are redrawn. Your mileage may vary. -file filename Use the pixmap definitions in the given file, instead of the default (if one is compiled in). This is ignored if -simple is speci- fied. If the file is compressed (either with compress or gzip), it is decompressed before use. (This option only works if you have XPM compiled into your binary and you have compiled with BUBBLES_IO set in bubbles.h. This is not the default). -directory directoryname Similar to -file except the file is taken randomly from the contents of the specified directory. (Again, this option is only available if you have XPM and BUBBLES_IO was set when compiling. See above). -quiet Don't print messages explaining why one or several command line options were ignored. This is disabled by default. NOTES
If you find the pace of things too slow, remember that there is a delay even though you specify no -delay option. Try using -nodelay although beware of the effects of irritation of other users if you're on a shared system as you bleed their CPU time away. Some tools to assist in creation of new bubbles are included in the source distribution. These can either be loaded with the -file or -directory options (if available) or they can be used in place of the distributed default bubble (bubble_default.c). You might like to copy these scripts to a permanent location and use them. Read bubbles.README. Rendered bubbles are not supported on monochrome displays. I'm not convinced that small bubbles, even dithered properly are going to look like anything more than a jumble of random dots. BUGS
There is a delay before something appears on the screen when using rendered bubbles. The XPM library seems to take a long time to make pixmaps out of raw data. This can be irritating on slower systems. The movement of the bubbles looks jerky if an incomplete set of bubbles is used. The hide/display algorithm could do with some work to avoid flickering when -nodelay is set. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) DISTRIBUTION POLICY
This work is Copyright (C) 1995, 1996 by James Macnicol. Permission to use, copy, modify, distribute, and sell this software and its docu- mentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
James Macnicol <james.macnicol@mailexcite.com> X Version 11 14-Dec-95 XScreenSaver(1)
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy