Does python include functions that interact with the keyboard and mouse(e.g. press spacebar and a video game character jumps)? Or would you have to include javascript or something of that sort?
You must be logged in to post. Please login or register an account.
Yes it does. For your question, you would be using PyGame, and this is one of the things you can handle for in your game loop http://pythonprogramming.net/dashboard/#tab_games
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
I can't wait to start your PyGame tutorials. Designing video games was my original purpose when I started programming.
-_hacker 9 years ago
You must be logged in to post. Please login or register an account.