ModernCppSG / tetris

Our attempt to implement Tetris in C++
MIT License
2 stars 0 forks source link

User Input: how? #2

Open griloHBG opened 3 years ago

griloHBG commented 3 years ago

working: @grilohbg

Fundamentally not cross-platform. Focusing on Linux for now.

griloHBG commented 3 years ago

Seems useful: http://ascii-table.com/ansi-escape-sequences.php

griloHBG commented 3 years ago

Initial working example: https://github.com/ModernCppSG/tetris/tree/user-input