I don't know what Python interpreter you are using -- I would guess CPython if you're on Windows -- but you might want to investigate Cython or PyPy and writing modules in C.
You are probably more productive in Python anyway, and a lot of games use Python or Lua for scripting, i.e. most of the logic. If you use SDL with Python bindings the drawing itself should be fast enough.
Your game looks good though, keep it up.
You are probably more productive in Python anyway, and a lot of games use Python or Lua for scripting, i.e. most of the logic. If you use SDL with Python bindings the drawing itself should be fast enough.
Your game looks good though, keep it up.