
LD20X6: Initialisms
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
This is a basic space shoot-em-up, similar in concept to Tyrian. There's a ton of ideas I never got around to actually adding to the game, but that will definitely happen post-compo. For now, it runs decently, and should be playable on most systems.
Code is licensed under the MIT license; see the `LICENSE` file for details.
Content is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported. For more information, see the `README.mkd` file in the .zip.
Prerequisites
-------------
You'll need to install Python, followed by PyGame.
[Python]: http://www.python.org/
[PyGame]: http://pygame.org/
On Windows, you'll specifically need Python version 2.6, and the PyGame installer for Python 2.6, since PyGame doesn't have a 2.7-compatible installer.
[Python version 2.6]: http://www.python.org/download/releases/2.6.6/
[PyGame installer]: http://pygame.org/download.shtml
I don't have any specific instructions for this since I don't have a Mac, but my best guess is you just need the appropriate PyGame installer, since Mac OS X comes with Python.
Most Linux distros come with Python pre-installed. Most distros also have packages for PyGame, but if you can't find a package for it, use `easy_install`:
easy_install pygame
Code is licensed under the MIT license; see the `LICENSE` file for details.
Content is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported. For more information, see the `README.mkd` file in the .zip.
Prerequisites
-------------
You'll need to install Python, followed by PyGame.
[Python]: http://www.python.org/
[PyGame]: http://pygame.org/
Windows
On Windows, you'll specifically need Python version 2.6, and the PyGame installer for Python 2.6, since PyGame doesn't have a 2.7-compatible installer.
[Python version 2.6]: http://www.python.org/download/releases/2.6.6/
[PyGame installer]: http://pygame.org/download.shtml
Mac OS X
I don't have any specific instructions for this since I don't have a Mac, but my best guess is you just need the appropriate PyGame installer, since Mac OS X comes with Python.
Other Systems
Most Linux distros come with Python pre-installed. Most distros also have packages for PyGame, but if you can't find a package for it, use `easy_install`:
easy_install pygame