Sponsored Content
Top Forums UNIX for Dummies Questions & Answers What is your favorite terminal? Post 302945121 by blackrageous on Tuesday 26th of May 2015 10:31:48 AM
Old 05-26-2015
The teletype on timeshare with the university and discovering the "hidden" star trek game.
 

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

What's your favorite Xscreensaver?

Out of the 100s of screensavers in xscreensaver, what is your favorite? I think mine is definitely juggle. I can sit and watch that juggler forever. I haven't looked into the code, but it must be amazingly complex to deal with all that's going on. From the random throwing pattern, to the arm... (0 Replies)
Discussion started by: tjlst15
0 Replies

2. What is on Your Mind?

Where Is Your Favorite Continent?

Where is your favorite continent to enjoy life? (14 Replies)
Discussion started by: Neo
14 Replies

3. What is on Your Mind?

Favorite UNIX-like OS for laptop

First, a hello to all of you out there. Quick introduction since I'm new here before I ask my question. I'm a Computer Science major who has an unnatural love of operating systems. :) In fact, I'm looking on building a new computer that will have enough RAM to let me have some fun with several VMs... (7 Replies)
Discussion started by: ViperChief
7 Replies

4. AIX

What's your favorite AIX Error?

I've set up errpt to redirect to syslog and syslog to forward to our linux syslog server. So I get to play around the rest of the day breaking my labs. I've been filling file systems, tearing apart vhosts and unplugging cables - committing all sorts of heinous crimes. I'm not used to this... (4 Replies)
Discussion started by: HayekSplosives1
4 Replies

5. What is on Your Mind?

What is your favorite TED talk?

The TED talk (Technology Entertainment Design) non-profit initiative started many years ago as a platform for sharing knowledge to a wide audience. Since 2006 the talks are available online under a Creative Commons license. There are now 1000+ TED talks from a wide range of subjects and I wanted to... (3 Replies)
Discussion started by: figaro
3 Replies

6. Shell Programming and Scripting

Cannot get terminal application to launch with a graphical launcher when successful in terminal

I have been having an extremely annoying problem. For the record, I am relatively new at this. I've only been working with unix-based OS's for roughly two years, mostly Xubuntu and some Kali. I am pretty familiar with the BASH language, as that's the default shell for debian. Now, I've made this... (16 Replies)
Discussion started by: Huitzilopochtli
16 Replies

7. Shell Programming and Scripting

Print Terminal Output Exactly how it Appears in the Terminal to a New Text File

Hello All, I have a text file containing output from a command that contains lots of escape/control characters that when viewed using vi or view, looks like jibberish. But when viewed using the cat command the output is formatted properly. Is there any way to take the output from the cat... (7 Replies)
Discussion started by: mrm5102
7 Replies
XBomb(6)							   Games Manual 							  XBomb(6)

NAME
xbomb - a version of the popular minesweeper program with some novel features. SYNOPSIS
xbomb [-hexagon|-square|-triangle] [-1|-2|-3] [-hiscore] OPTIONS
-hiscore command line option displays the current hi-score table without starting the game. -hexagon | -square | -triangle Selects the type of grid to use when starting the game. -1 | -2 | -3 Selects the level to use when starting the game. The standard X window options also apply to this program. DESCRIPTION
A game of logical deduction against the clock. The purpose of the game is to find the location of the hidden bombs in a grid. Each of the locations in the grid is initially covered, by uncovering a locations, a number or a bomb will be revealed underneath. If a bomb is revealed then the game is finished. A number indicates the number of adjacent locations that contain bombs. Locations that have not been uncovered but are thought to contain bombs can be marked as such so that they can be identified. There is a choice of hexagonal, square or triangular units that make up the grid, the level of difficulty increasing as the number of sides decreases. In all cases the grids are of the same size and contain the same number of bombs for the same levels. There are three levels to the game: Easy 8 by 8 grid with 10 bombs. Medium 16 by 16 grid with 40 bombs. Difficult 30 by 16 grid with 99 bombs. A high score table is maintained for each of the levels for each of the grid types, storing the username, the time to complete the puzzle and the date that it was finished. MOUSE OPERATION
The game is played with the mouse, with all three buttons having different actions. Left Button Uncover the current location if it is hidden or uncover all surrounding locations marked as not containing bombs if the square is already uncovered. The first selection made in a game is always a 'safe' square. Middle Button Uncover all surrounding locations that are not marked as containing a bomb. Right Button Mark the current grid location as having a hidden bomb (toggle). KEYSTROKES
There are a number of keystroke shortcuts for the game: 1 2 3 Select level 1, 2 or 3 for the next game. s Start a new game. q Quit the program. h Print the high-scores. H or Control-H Use the grid of hexagons for the next game. S or Control-S Use the grid of squares for the next game. T or Control-T Use the grid of triangles for the next game. X RESOURCES The name of the class used is XBomb, the widget hierarchy used is (Widget-Class:name): XBomb Form:form Command:start MenuButton:menu SimpleMenu:levelmenushell smeBSBObject:Easy smeBSBObject:Medium smeBSBObject:Difficult MenuButton:menu SimpleMenu:typemenushell smeBSBObject:Hexagon smeBSBObject:Square smeBSBObject:Triangle Command:hiscore Command:quit Core:grid Command:clock Command:uxb The extra resources that are available for the grid are: grid.bomb The colour of the bombs - default black. grid.bombreal The colour of the real bombs - default red. grid.bombmark The colour of the bombs that are marked by the user - default orange. grid.number The colour of the number '1' when drawn in the grid - default navy blue. grid.number2 The colour of the number '2' when drawn in the grid - default dark green. grid.number3 The colour of the number '3' when drawn in the grid - default dark red. The other numbers up to 12 also have their own resources. grid.hidden The colour of the hidden squares - default grey50. grid.correct The colour of the squares that were correctly guessed - default green grid.font The font that is used for the number in the grid - default lucidasans-24 BUGS
None known. AUTHOR
Andrew M. Bishop. January 5, 2008 XBomb(6)
All times are GMT -4. The time now is 10:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy