Currently Rewriting

I never thought I had to say that I needed to optimize a 2d python game, but here I am :/

Mostly It will contain less looped functions and more variables in order to lessen the load on the CPU, along with better written code that allows me to return some functions that used to be windows-only

Still not sure to push it to github during judging since that could cause me to be disqualified in some loopholey way.

(log in to comment)

Comments

You're welcome to do ongoing development on Github. The entry you uploaded is what you will be judged on.

Tip: create a tag for the revision of your project that formed the competition entry.

Tip: create a tag for the revision of your project that formed the competition entry.

What do you mean?
Im assuming those little buttons that say "Build: [Insert thing here]" on big projects like cpython
No, I mean like


git tag -a pyweek-entry <REVISION>
git push --tags
I dont use git bash xd.