Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: (tetris) Fix tetris to be compilable again #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Oct 18, 2018

Note: Code cleanup in line with #2 has not taken place yet.


Update 2019-08-25: this now works, but there are some major issues:

  • Keyboard input doesn't work; it's impossible to move the pieces
  • The performance is absolutely horrible; if you try playing Tetris while using the modplayer, .mod playback stutters etc. We should try using the double buffered console API that was introduced in [libraries/console][servers/console] Support double-buffering of console output聽#158; hopefully, it will make reduce the CPU usage to the point where it's possible to play Tetris with some background music... 馃檪

@perlun perlun changed the title WIP: [programs/tetris] Fix tetris to be compilable again WIP: (tetris) Fix tetris to be compilable again Aug 25, 2019
Code cleanup in line with #2 has not taken place yet.
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

Successfully merging this pull request may close these issues.

None yet

1 participant