docs update

This commit is contained in:
Wolfgang Ludger Hottgenroth 2024-04-22 15:51:05 +02:00
parent a4cb8129c5
commit ac4801c7cf
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -4,6 +4,8 @@ This Tetris implementation consists of a hardware and a software (running on tha
The hardware utilizes four MSP430 microcontrollers for 1.) the game play, 2.) the play ground canvas, 3.) the score display and 4.) the sound effects. The hardware utilizes four MSP430 microcontrollers for 1.) the game play, 2.) the play ground canvas, 3.) the score display and 4.) the sound effects.
Further documentation including calculations and drawing can be found in the `docs` subdirs of the four main subdirs.
## Game Play ## Game Play
Code is in subdir `game-ctrl` (https://gitea.hottis.de/wn/tetris/src/branch/main/game-ctrl). Code is in subdir `game-ctrl` (https://gitea.hottis.de/wn/tetris/src/branch/main/game-ctrl).