Phone-Compatible Version of Tetris #45
Labels
enhancement
New feature or request
Priority: LOW
It can be resolved in a future major system revision or not be resolved at all
I thought it'd be great if a phone-compatible version for this game could be made in the future, also using the SDL2 library to keep things consistent.
I looked around a little, and found there are FINGERDOWN , FINGERUP and FINGERMOTION events in the SDL_events.h module of the SDL2 library. I was thinking for such a [phone-compatible] version, the left-up-down-right would all have to be replaced by a TOUCH event and bring the piece down with a FINGERMOTION event function.
This idea may be a bit on the complex side but it would broaden the functionality of the game, and perhaps turned into an app later on.
The text was updated successfully, but these errors were encountered: