Space Wars- Python 3

Space wars - Python 3

This is my first version of Space Wars  in Python 3 using C. Thomson's ideas and Turtle. I made this a few weeks ago but am only getting around to post it today.

 It doesn't have any sound. CT developed his program on the Mac.  However, the sound code doesn't work with windows.  The program was developed using Turtle. I am using Python's turtle module to develop games now. I play to start with Pygame before the end of the year.



Comments

Popular posts from this blog

Maze Game in Python using Turtle