Tetris for the RA8875, derived from another users implementation.

Dependencies:   RA8875

Fork of Tetris by Sergejs Popovs

Tetris, adapted to the RA8875 graphics library and display.

As currently implemented, this version is defined for the 800x480 display. A number of macros can adapt it for other screen resolutions.

Further, while presently configured for landscape mode, it should be fairly easy to reconfigure it for portrait mode.

Field.h

Committer:
sergun2311
Date:
2017-03-11
Revision:
3:36de55e63fdf
Parent:
1:b4aa36ae11ac
Child:
4:107d1d5a642e

File content as of revision 3:36de55e63fdf:

#include "Block.h"

extern int Field[MAXY][MAXX];
int checkLine();
bool checkGameOver();
void saveToField(Block NewBlock);