허접한테트리스입니다.
#include
#include
#include
#define ATTACK_ONE 1
#define ATTACK_TWO 2
gint nx_one, ny_one, tx, ty, nowbl_one, nowrot_one, nowbcol_one;
gint nx_two, ny_two, nowbl_two, nowrot_two, nowbcol_two;
gint bk_gnd1[15][21];
gint bk_gnd2[15][21];
gint bk_att[13][4];
gint timer_one, timer_two;
gint score_one, score_two;
gint tetflag;
gint oneflag;
gint twoflag;
gint speed_one[8] = {800, 700, 600, 350, 150, 50, 10, 5};
/*- 블럭의 x 좌표(7종류 모양의 블럭이 각각 4가지 회전 형태를 가진다) -*/
gint block_x[28][7] = {{-10, 0, 10, 20},