ryukinix / pic-tetris

Tetris Implementation for PIC18F4550

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tetris Implementation for PIC18F4550


Languages

Language:C 73.7%Language:Objective-C 24.8%Language:Makefile 1.5%