python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

Converting pc to mobile input in pygame #158

Closed ghost closed 3 years ago

ghost commented 3 years ago

I made a simple floppy bird game using PYGAME. So I thought that I should try this game on my phone. So I am having an input of the game which is "When I'll click spacebar the bird should jump" for uploading it to mobile
How will I convert the spacebar function to mobile tap function. error

so basically I want an input including tap function for the bird to fly on mobile phone by keyboard I can do that by pressing space or up arrow.

zhsj commented 3 years ago

Hi, this place is issue tracker for Chinese translation of Python documents, aka https://docs.python.org/zh-cn. If you want to discuss generic Python topics, it's better to check one of the communities in https://www.python.org/community/.