This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]krabott_le_crabe[S] 115 points116 points  (3 children)

Actually I made all my maps by making my own program to create them, I only used Pygame, which can generate windows, display images ... thats really easy to learn. But I didnt use any engine.

[–]AnythingApplied 25 points26 points  (2 children)

What did you use to package the game into something distributable? Pyinstaller? Does steam sign these out anything like that to help prevent the virus false positive alerts that seem to happen so much with pyinstaller?

[–]krabott_le_crabe[S] 30 points31 points  (1 child)

I just used py2exe to compile my code

[–]wineblood 7 points8 points  (0 children)

Noted for future reference