So I've made a game in Python and PyGame. Now I'm interested in submitting the game to
Intel's March Developer Challenge. However, the developer challenge requires use of
Intel's Atom Developer SDK (http://appdeveloper.
intel.com/en-us/sdk), which only has API's for C and C++.
I'm new to Python and PyGame, and have no experience in C or C++. My
…