maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

Implementation of tetris game example #14

Closed JustVic closed 7 years ago

JustVic commented 7 years ago

Playable tetris game example.

JustVic commented 7 years ago

If you feel my code is appropriate than you can merge it, or you can write what needs to be corrected.

maxdev1 commented 7 years ago

Nice work, merged it into master. You could improve it with different colors for the blocks and maybe a background color for the entire game field, but that's just cosmetic stuff! Good job 👍