Furaingu Ki by RiamuDiMentis
Windows release is really just the source. In one nice little .py I'll work on getting it ported ASAP
Instructions: Get the red things, avoid the laser, and the trees.
Python comes pre-installed on Mac, for linux there's a version (Kinda) on this page:
http://www.python.org/download/other/
Download Python:
http://python.org/ftp/python/2.7.3/python-2.7.3.msi
Download Pygame:
Windows: http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
Mac: http://pygame.org/ftp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg
Ubuntu and others:http://pygame.org/download.shtml (Scroll down a bit)
Instructions: Get the red things, avoid the laser, and the trees.
Python comes pre-installed on Mac, for linux there's a version (Kinda) on this page:
http://www.python.org/download/other/
Download Python:
http://python.org/ftp/python/2.7.3/python-2.7.3.msi
Download Pygame:
Windows: http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
Mac: http://pygame.org/ftp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg
Ubuntu and others:http://pygame.org/download.shtml (Scroll down a bit)
| Windows | http://dl.dropbox.com/u/19118829/Furaingu%20Ki_Distro.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-23/?action=preview&uid=9968 |
Ratings
| Coolness | 44% | 723 |
| Overall(Jam) | 2.27 | 230 |
| Audio(Jam) | 2.93 | 116 |
| Fun(Jam) | 2.31 | 196 |
| Graphics(Jam) | 2.06 | 237 |
| Humor(Jam) | 2.80 | 76 |
| Innovation(Jam) | 2.00 | 230 |
| Mood(Jam) | 2.38 | 184 |
| Theme(Jam) | 2.20 | 230 |
Nice game though! Simple and straightforward and pretty fun. Good work. My highest score was 12k. Stuff starts getting pretty tricky towards the end!
I would really encourage you to package up your game with p2exe: http://www.py2exe.org/. Most Ludum Darers are allergic to figuring out how to get python and pygame working, and py2exe alleviates this worry ;-) I in fact did this for my game, so if you have any questions or bugs, let me know.
Gets you hooked though. Especially after johnfn announced his high score and I desperately tried breaking it without success :)
Good luck for this Ludum Dare though! I hope whatever happens you're happy with your game!
http://www.fileden.com/files/2012/4/22/3295546/Furaingu%20ki.py
The game itself could use a bit more variation though.
Traceback (most recent call last):
File "Furaingu ki.py", line 9, in <module>
import pygame, random, sys, mp3play
File "/tmp/Furaingu Ki_Distro/mp3play/__init__.py", line 6, in <module>
raise Exception("mp3play can't run on your operating system.")
Exception: mp3play can't run on your operating system.
Something you might find useful for next time: pygame can play .ogg files itself, so using that format probably would have avoided this problem :)