AcidWarpy

From Noah.org
Jump to navigationJump to search

Python is the new C

I originally wrote AcidWarp in C. To this day, 20 years later, people keep bugging me about AcidWarp!

I decided it would be fun to play around with the old functions so I decided to see if it was possible to resurrect the code to run on a modern machine. I decided to use Python since that is my language of choice in the 21st century.

This version requires PyGame. This is trivial to install on Ubuntu Linux (sudo aptitude install python-pygame). It's probably easy on other platforms.

Click here to download: acidwarpy.py

Click here to download: image1_plugin.py

Click here to download: image2_plugin.py

Click here to download: image3_plugin.py

Click here to download: image4_plugin.py

Click here to download: image5_plugin.py

Click here to download: image6_plugin.py

Click here to download: image7_plugin.py

<include svncat src="file:///home/svn/src/python/acidwarpy/acidwarpy.py" highlight="python" />