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
4DIGITS(6)							 The 4digits game							4DIGITS(6)

NAME
4digits - Guess-the-number Puzzle Game SYNOPSIS
4digits 4digits-text [OPTION] ... DESCRIPTION
4digits is a guess-the-number puzzle game. It's called Bulls and Cows, and in China people simply call it Guess-the-Number. The game's objective is to guess a four-digit number in 8 times using as less time as possible. It is similar to Mastermind, but the four digits are different to each other. 4digits has both graphical user interface version and text user interface version. 4digits launches the graphical version, and 4digits-text launches the text version. OPTIONS
These options only apply to the text interface. --help display this help and exit --version output version information and exit AUTHOR
Written by Yongzhi Pan. REPORTING BUGS
Report bugs at <https://github.com/fossilet/4digits/issues>. COPYRIGHT
Copyright (C) 2004-2012 Yongzhi Pan. This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation. There is NO war- ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
The full documentation of this game is in HTML format shipped with the game. 4digits 1.1.2 May 2012 4DIGITS(6)