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
AIRSTRIKE(6)							       GAMES							      AIRSTRIKE(6)

	    _	 _	    _	     _ _
	   / 	(_)_ __ ___| |_ _ __(_) | _____
	  / _  | | '__/ __| __| '__| | |/ / _ 
	 / ___ | | |  \__  |_| |  | |   <  __/
	/_/   \_\_|_|  |___/\__|_|  |_|_|\_\___|

NAME
airstrike - 2d dogfight game in the tradition of 'Biplanes' and 'BIP' DESCRIPTION
Airstrike is a 2d biplane dogfight game in the tradition of the Intellivision and Amiga games 'Biplanes' and 'BIP'. It features a robust physics engine and several other extensions of the original games. SYNOPSIS
airstrike [options] OPTIONS
Airstrike reads all the configuration options from a configuration file at startup but you can override from command line a few of the options: --fullscreen Runs the game in fullscreen mode. --sound Runs game with sound effects, if support for that has been compiled in. --nosound Runs the game without sound. --noalpha Game graphics will not be antialiased. This makes it run faster. --alpha Game graphics will be antialiased. --config CONFIGFILE Use given configuration file instead of the one which location is compiled into Airstrike. Configuration file name is '.airstrikerc' and it's located in your home directory. CONTROLS
Airstrike is controlled from keyboard: RIGHT Plane nose goes up. LEFT Plane nose goes down. COMMA Accelerate. DOT Shoot. SPACE Drop a bomb. ESC Pause game and open game options menu. From menu you can change options, view release notes and quit it. LICENCE
This is free software; you can redistribute it and/or modify it under the terms specified in the GNU Public Licence (GPL). WARRANTY
None. COPYRIGHT AND CREDITS
Ulf Ekstrom Game author, programming and graphics Peter Eismann Windows port, comments and ideas Eero Tamminen Sound, graphics, game objects, makefiles, comments and ideas Alessandro Giusti Graphics and ideas And many others for comments, bug reports and ideas. Airstrike Version 1.0 AIRSTRIKE(6)