Skip to content

ryukinix/pic-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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