Tetris icon indicating copy to clipboard operation
Tetris copied to clipboard

Phone-Compatible Version of Tetris

Open andrewrgarcia opened this issue 1 year ago • 0 comments

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.

andrewrgarcia avatar Oct 06 '22 22:10 andrewrgarcia