Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 619 Bytes

Description

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).

gif

Roadmap

  • 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

Authors