Lemmings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Lemmings |
Lemmings works (slowly) on the XO laptop via pygame... |
||
[http://www.oldschooldos.com/downloads/Lemmings.zip Lemmings DOS files] |
[http://www.oldschooldos.com/downloads/Lemmings.zip Lemmings DOS files] |
||
Line 9: | Line 9: | ||
unzip Lemmings.zip |
unzip Lemmings.zip |
||
tar -xzf tundra_0.7_src.tar.gz |
tar -xzf tundra_0.7_src.tar.gz |
||
sudo yum -y install python-imaging PyXML |
|||
python tundra/src/tundra.py |
|||
# Follow the steps ... ... |
|||
# Browse to the folder /home/olpc/lemmings , click OK, click Rip |
|||
# SPEED BOOST: uncheck "Upsample levels to Amiga Quality" and "Use gzip compression" |
|||
</pre> |
</pre> |
Latest revision as of 21:00, 19 November 2008
Lemmings works (slowly) on the XO laptop via pygame...
Lemmings DOS files Pygame "Tundra"
wget http://www.oldschooldos.com/downloads/Lemmings.zip wget http://rebui.ld.net.au/downloads/tundra_0.7_src.tar.gz unzip Lemmings.zip tar -xzf tundra_0.7_src.tar.gz sudo yum -y install python-imaging PyXML python tundra/src/tundra.py # Follow the steps ... ... # Browse to the folder /home/olpc/lemmings , click OK, click Rip # SPEED BOOST: uncheck "Upsample levels to Amiga Quality" and "Use gzip compression"