Skip to content

Have a UI for standard Tetris (no DAS) #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
timotheeg opened this issue Jul 18, 2020 · 0 comments
Open

Have a UI for standard Tetris (no DAS) #4

timotheeg opened this issue Jul 18, 2020 · 0 comments

Comments

@timotheeg
Copy link
Owner

timotheeg commented Jul 18, 2020

So the UI can be used for the standard ROM, without having to use Das Trainer (which you can only do on emulator or with an everdrive).

The current UI is here:
Main Das Trainer based UI

What needs to change:

  1. Das Section needs to go entirely
    das Section
    One the das section is removed, the extra space will need to be filled up, the highscores can easily be extended by showing more historical records. The Lines and Points can either be extended, or another box showing a new piece of information can be shown (Tetris rate box used to be there).

  2. Piece distribution section cannot have color coding for das. The dots could all be white or grey rather than green, orange, red.
    piece distribution

  3. Piece stats are currently retrieved thanks to Das Trainer presenting the current piece, which is OCRed. With the standard rom there is no fixed location for the current piece (it's only falling through the field), BUT, the standard rom shows the piece counts on the left, the current piece can easily be derived by checking which counter was last incremented.

Point 3) above is a change of expectation in the incoming OCRed data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant