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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone-Compatible Version of Tetris #45

Open
andrewrgarcia opened this issue Oct 6, 2022 · 0 comments
Open

Phone-Compatible Version of Tetris #45

andrewrgarcia opened this issue Oct 6, 2022 · 0 comments
Labels
enhancement New feature or request Priority: LOW It can be resolved in a future major system revision or not be resolved at all

Comments

@andrewrgarcia
Copy link
Contributor

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 andrewrgarcia added the enhancement New feature or request label Oct 6, 2022
@Arsenic-ATG Arsenic-ATG added the Priority: LOW It can be resolved in a future major system revision or not be resolved at all label Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: LOW It can be resolved in a future major system revision or not be resolved at all
Projects
None yet
Development

No branches or pull requests

2 participants