Cython in PyWeek
Is it allowed in PyWeek If I write compiled Cython code for some parts of Python code? Would I need to compile for every platform when distributing the game or just compiling for windows is enough? Please bear with me, I'm new to such competitions.(log in to comment)
richard on 2014/04/28 21:17:
Sure you can use cython but you'd want to provide good instructions for compiling it and a binary for Windows would be a very good idea as very few people have the build tools on Windows.