Difference between revisions of "AcidWarpy"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering Category:Free_Software Category:Python == Python is the new C == I originally wrote AcidWarp in C. To this day, 20 years later, people keep bugging me abou...)
 
Line 4: Line 4:
 
== Python is the new C ==
 
== 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. This version requires PyGame. This is trivial to install on Ubuntu Linux (sudo aptitude install python-pygame). It's probably easy on other platforms.
 
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. 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: [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/python/acidwarpy/acidwarpy.py acidwarpy.py]
 +
<include svncat src="file:///home/svn/src/python/acidwarpy/acidwarpy.py" highlight="python" />

Revision as of 22:07, 19 February 2008

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. 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 <include svncat src="file:///home/svn/src/python/acidwarpy/acidwarpy.py" highlight="python" />