Tetris Game in C++


 
Thread Tools Search this Thread
Top Forums Programming Tetris Game in C++
# 1  
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
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

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

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

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

5. 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
Login or Register to Ask a Question
atris(1)																  atris(1)

NAME
atris - Tetris-like game with a twist for Unix SYNOPSIS
atris [options] DESCRIPTION
Alizarin Tetris includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. OPTIONS
-h, --help Command line help. -b, --bg Flaming background (default). -n, --noflame No flaming background. -s, --sound Enable sound effects (default). -q, --quiet No sound effects. -w, --window Windowed display (default). -f, --fullscreen Full-screen display. -d=<X>, --depth=<X> Set color depth (bpp) to X. -r=<X>, --repeat=<X> Set the keyboard repeat delay to X (1 = Slow Repeat, 16 = Fast Repeat). EXAMPLES
To run this game the standard way, type: # atris & To run this game in fullscreen mode, type: # atris --fullscreen & AUTHOR
This manual page was written by Pascal Giard <evilynux@yahoo.com> for the Debian GNU/Linux system (but may be used by others). SEE ALSO
Atris home page http://www.cs.berkeley.edu/~weimer/atris/ Pascal Giard September 4, 2004 atris(1)