User profile: bads

User info
User name:bads
History
Joined:
Number of posts:13
Latest posts:

help me change the color of piece in tetris
i get it by x and y Cartesian plain

help me change the color of piece in tetris
part two of my code [code]void SpawnPiece() { activePiece = nextPiece; activePiece.SetPositio...

help me change the color of piece in tetris
THis is my code [code]#include <windows.h> #include <conio.h> #include <iostream> using std::cout...

help me improve my tetris by adding some MENU
to have new game and and put the players name :)

help me change the color of piece in tetris
[code]void SetupPieces() { pieces[0] = Piece(Bads(0,2), Bads(0,1), Bads(0,0), Bads(0,-1)); ...