Sponsored Content
Full Discussion: Tetris Game in C++
Top Forums Programming Tetris Game in C++ Post 302771257 by complex.invoke on Wednesday 20th of February 2013 05:39:42 AM
Old 02-20-2013
RedHat Tetris Game in C++

Open Source Project: https://github.com/yongye/cpp
Ported from the shell: Shell

Last edited by complex.invoke; 06-08-2013 at 08:31 AM.. Reason: updates
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Game Programming? Help!!

I am interested in learning how to write code for games. I am a C.S. student at UNO but I am in freshman classes and they are so slow. Can anyone recommend any languages to start learning first or any other ways to get started? I have Unix with Solaris in the labs at school and I also have... (4 Replies)
Discussion started by: bjm2020
4 Replies

2. What is on Your Mind?

Game: Name this person

Simple rules... 1. Guess who it is, the first person to get it posts the next picture, post your guess as a reply to this thread. 2. Wait for the person who posted the picture to confirm that you are correct before posting a new picture. 3. If the person who posted the picture does not answer... (268 Replies)
Discussion started by: reborg
268 Replies

3. Red Hat

Fedora tetris

Does anyone know of a fedora version of tetris? I tried to search the repository with no luck. (4 Replies)
Discussion started by: cokedude
4 Replies

4. 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

5. Shell Programming and Scripting

Tetris Game -- based on a shell script (new algorithm)

GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages Usage: bash Tetris_Game ] ] ] ] Range: #!/bin/bash # Tetris Game // The Art Of Shell Programming box0=(4 30) box1=(4 30 4 32) box2=(4 30 5 32) box3=(4 28 4 30 4 32) box4=(4 28 4 30... (69 Replies)
Discussion started by: complex.invoke
69 Replies
BASTET(6)							   Games Manual 							 BASTET(6)

NAME
bastet - Tetris(r) clone with "bastard" block-choosing AI SYNOPSIS
bastet DESCRIPTION
bastet (short for "bastard tetris") is a Tetris(r) clone which tries to give you the worst possible block. Playing bastet can be a painful experience, especially if you usually make "canyons" and wait for the long I-shaped block. USAGE
bastet tries to conform as much as possible to the tetris guidelines. We refer to those for the rules of the game. In the starting menu, you can configure the key bindings; the default ones are: DOWN moves the tetromino down (one single step) LEFT moves the tetromino left RIGHT moves the tetromino right SPACE rotates CW UP rotates CCW ENTER drops the tetromino as far down as possible (hard drop) P pauses the game CTRL+C exits the game without any further prompt PLAYING MODES
The game includes two playing modes. In the second one (harder), you do not get the preview of the next tetromino, and the algorithm is modified to take advantage of this. FILES
$(HOME)/.bastetrc User options $(HOME)/.bastetscores User-specific high scores file (used only if the system high scores file is unavailable) /var/games/bastet.scores2 System-wide high scores for bastet. OPTIONS
None. BUGS
Many. AUTHOR
Federico Poloni <fph@ngi.it> FEBRUARY 2009 BASTET(6)
All times are GMT -4. The time now is 06:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy