Tetris implementation written in C for PIC18F4550, can be compiled with XC8 compiler of Microchip. Schematics for assembling and simulation are provided for Proteus SPICE Software (v8.6).
- Hardware schematics for controlling two matrix
- Input control for left/right control
- Basic collision system
- Pieces of tetris
- Full row detection & cleaning
- Block rotation algorithm & input button
- RNG to make piece selection be random