Sponsored Content
Top Forums Shell Programming and Scripting Tetris Game -- based on a shell script (new algorithm) Post 302588859 by Neo on Tuesday 10th of January 2012 05:38:50 AM
Old 01-10-2012
Quote:
Originally Posted by vbe
Neo,
I got it working on my powerbook (G4 1.67Ghz..) with bash and macOSX10.5.6 though a bit buggy.. but display quite some funny figures! Look to me it will be hard work to debug because of the figures produced...
Yah.. I think the terminal width may not be large enough on my 13" MBA.....
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script Poker Game

Original Code Taken from here: http://www.tldp.org/LDP/abs/html/bashver2.html#EX79 The code in the above link displays 4 unique 13 cards hands. I've modified it to deal a hand unique 2 card hand to 2 different players, then deal 5 unique community cards as in Texas Holdem (3 cards, then 1... (8 Replies)
Discussion started by: earnstaf
8 Replies

2. UNIX for Dummies Questions & Answers

text based football game?

Is there a textbased football game (American) that I can download through ubuntu server edition? (1 Reply)
Discussion started by: dadoprso
1 Replies

3. UNIX for Dummies Questions & Answers

Is there picture based game under linux terminal?

Is there picture based game under linux terminal? Just like Supermario under DOS. (18 Replies)
Discussion started by: vistastar
18 Replies

4. Shell Programming and Scripting

Making a Text based game. Need help.

Okay so Zork sparked my interest in this. I have been learning to program for the last year and a half. I've dabbled in everything from Java to Ruby to PHP & XHTML & SQL, and now I'm on bash. I really like bash scripting. Its easy and fun. I just started two days ago. Pretty much I've been writing... (1 Reply)
Discussion started by: lemonoid
1 Replies

5. Shell Programming and Scripting

Shell Text Based Game, This Error Makes NO sense. Please help

Okay so I'm making a simple text based game that branches into different scenarios. By branching I mean branching off into whole different files with that part of the game in it. I got tired of working on scenario 1 so I'm working on scenario 2. As I get started and try to test it, I get an... (3 Replies)
Discussion started by: lemonoid
3 Replies

6. Programming

Tetris Game in C++

Open Source Project: https://github.com/yongye/cpp Ported from the shell: Shell (0 Replies)
Discussion started by: complex.invoke
0 Replies

7. UNIX for Dummies Questions & Answers

[Solved] Making a text based game

Hello, I am looking to make a text based game, that runs in the command window, or a window similar. I will only need to use 1 window. I read somewhere that there is libraries for this kind of thing? But I can't remember the name of them.. Can anyone point me in a direction? I will be... (2 Replies)
Discussion started by: murphy
2 Replies

8. Shell Programming and Scripting

Understanding Tetris-game code. newbie

Hi All, Been trying to understand the code in tetris game (in the sticky threads) & i know i have a alot reading /practice to do. it's using advanced methods with arrays and arithmetic and would much appreciate if some one can guide me to good books that's not outdated that would help me take... (0 Replies)
Discussion started by: xcod3r
0 Replies

9. Shell Programming and Scripting

Proper distribution of cards in terminal based crazy8's game in bash script

When I run the following script at the bottom it say cards remaining=44...It should be=35. Can anyone tell me what I'm doing wrong. I've spent hours trying to get this to work and I can't go any further until this part works. thank you in advance Cogiz #!/bin/bash # Date="November, 2016" #... (2 Replies)
Discussion started by: cogiz
2 Replies

10. Shell Programming and Scripting

Creating a text based game using shell script.

Hello guys I'm new to shell scripting and I need to make a game using shell script. I want to know if it is possible for me a total noob to shell scripting to make this game. The game concept is simple: First thing when you launch the script you get a menu in which you select if you want to... (3 Replies)
Discussion started by: Othmane
3 Replies
gtans(6)							   Games Manual 							  gtans(6)

NAME
gtans - Tangram game for X SYNOPSIS
gtans [no options] DESCRIPTION
Gtans is a tangram game that runs in X. Tangram is a kind of puzzle game where the player has to arrange a set of pieces to match a given shape. OPTIONS
No command-line options Use the graphical interface to customize the program. See below. USAGE
move the pieces (known as tans) until they match the figure drawn on the right window. You must always use the seven tans and they should not be laid on top of one another. To move a tan, click and drag it with left mouse button, for rotation click AROUND it. You can flip the selected tan by right-clicking. This is usefull for the parallelogram tan (all positions can not be reached by rotating only). If you are a beginner to Tangram you should try the first 10 figures. The other ones are not sorted, some of them are very difficult (to my taste). When a figure has been solved the background color of the silhouette area changes. The solved figures are remembered by saving a status file in the user's directory (~/.gtans/afile.figures.status for a figure file called afile.figures) Show a tan This button shows the position of a tan. Each further click will display an other tan. Show outline Draw the figure in the main area. This makes the game much easier. Preferences Most of this menu's options allow you to change the colors used by the game. For the main area you may choose textures (pixmap files) instead of colors. Some sample files are supplied (I can't remember where I found them) but as the complete pathname is saved in the config file you can choose a file located anywhere (for example in /usr/share/pixmaps/). On a 8 bits display the colors may not be exactly what you want (GTK tries to find the best matching color). Preferences/Tans size/Increase Makes the tans 5 % bigger relatively to the game area. If you resize the window the tans size will be scaled. Preferences/Tans size/Decrease Makes the tans 4.76 % smaller Preferences/Accuracy Changes the precision of the comparison between the tans position and the solution. A lower accuracy makes the game more easy. Preferences/Rotation Step by step allows only rotation by increment of 11.5 degrees. Continuous rotation makes the game more difficult and you probably shouldn't use it unless you really dislike step by step rotation. Preferences/Figures file Allows you to choose another figures file. Preferences/Save config Save a config file in the user's home directory. Misc/Clear figure status Set the current figure as unsolved. Misc/Clear all figures status Set all the loaded figures (i.e. from the current figure file) as unsolved. FILES
~/.gtans/.gtansrc Configuration options for gtans. All of these options can be set from the interface, there should be no need to edit this file. ~/.gtans/somename.figures.status Status files (for each figures file the user played with) remenbering which figures where solved. SEE ALSO
The gtans homepage at <http://gtans.sourceforge.net/>. Additional information and documentation can also be found in /usr/share/doc/gtans/ . AUTHOR
The author of gtans is Philippe Banwarth <bwt@users.sourceforge.net> February 2000 gtans(6)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy