https://github.com/ryukinix/pic-tetris
Tetris Implementation for PIC18F4550
https://github.com/ryukinix/pic-tetris
c game microchip pic tetris xc8
Last synced: about 1 year ago
JSON representation
Tetris Implementation for PIC18F4550
- Host: GitHub
- URL: https://github.com/ryukinix/pic-tetris
- Owner: ryukinix
- Created: 2018-10-15T04:54:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T22:57:53.000Z (over 7 years ago)
- Last Synced: 2025-03-20T20:36:51.228Z (about 1 year ago)
- Topics: c, game, microchip, pic, tetris, xc8
- Language: C
- Size: 281 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).

# Roadmap
- [x] Hardware schematics for controlling two matrix
- [x] Input control for left/right control
- [x] Basic collision system
- [x] Pieces of tetris
- [x] Full row detection & cleaning
- [x] Block rotation algorithm & input button
- [x] RNG to make piece selection be random
# Authors
+ [Manoel Vilela](https://github.com/ryukinix)
+ [Marcelo M. S. Souza](https://github.com/mmssouza)