Skip to content

Commit

Permalink
Merge pull request #4 from mmssouza/master
Browse files Browse the repository at this point in the history
Random blocks and key repeat
  • Loading branch information
ryukinix authored Mar 10, 2019
2 parents 257d8cc + bf7fab4 commit 9e4b756
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 158 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.elf
*.hex
*.hxl
*.cof
*.p1
*.pre
*.sdb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ simulation are provided for Proteus SPICE Software (v8.6).
- [x] Pieces of tetris
- [x] Full row detection & cleaning
- [x] Block rotation algorithm & input button
- [ ] RNG to make piece selection be random
- [x] RNG to make piece selection be random

# Authors
+ [Manoel Vilela](https://github.com/ryukinix)
Expand Down
Loading

0 comments on commit 9e4b756

Please sign in to comment.