I tried using this game, but I do not quite understand a lot of programming talk. All I have done so far downloads the Leap Motion SDK and finds that programs can be written using python. which is a programming language that I am familiar with.
From the samples on the SDK, it seems that a module is required to start recording, which means that each application to go to the jump starts with "import Leap" in python. however, I do not have this βLeapβ module, and I'm not sure where to download it.
To a large extent, I would like to be able to play and create some basic applications that can do some simple things, but I'm not so sure that I really need to write a program for jumping movement, and then also how to turn it into an application, which can be opened and controlled using the Leap Motion device.
source share