TITLE GOES HERE by PaperclipBadger
When I started this Ludum Dare, I knew nothing about programming games. For the first 12 hours, I was asleep after a mighty boozefest. I spent the rest of the day procrastinating, then fell asleep again. In the final 12 hours, I taught myself how to use pygame and vomited up some assets. You're welcome.
NOTE: I couldn't get cx_freeze to work, so you'll have to install python and then run main.py in the source. I will not apologise for this.
Ratings
| Coolness |
39% |
1742 |
| Overall |
2.70 |
1015 |
| Audio |
2.18 |
819 |
| Fun |
2.63 |
934 |
| Graphics |
2.57 |
892 |
| Humor |
2.74 |
389 |
| Innovation |
2.53 |
935 |
| Mood |
2.33 |
1003 |
| Theme |
3.40 |
802 |
Feedback
P.S. I had to delete the pygame directory and then it ran fine using the version of pygame installed on my computer.
Traceback (most recent call last):
File "/Users/jeremy/Applications/Ludum/LD31/TITLE GOES HERE/main.py", line 2, in <module>
import pygame
File "/Users/jeremy/Applications/Ludum/LD31/TITLE GOES HERE/pygame/__init__.py", line 136, in <module>
from pygame.base import *
ImportError: No module named base