FoonLudum Dare ExplorerLD23 → Furaingu Ki

Furaingu Ki

By riamudimentis

View on Wayback Machine

CategoryRankScoreCount
Humor762.80
Audio1162.93
Mood1842.38
Fun1962.31
Overall2302.27
Innovation2302.00
Theme2302.20
Graphics2372.06
Coolness72344

Comments

tompudding 2012-04-23 22:54

The music was cool, as was the beam sound effect. I felt like power-ups that made me go faster actually had the effect of making it harder to control.

jungorend 2012-04-23 22:58

I love the music! It's very atmospheric.

johnfn 2012-04-23 22:58

First things first - I'm pretty sure you need to compose your own music rather than using someone else's, so you might want to get rid of the music here. (Not 100% sure for the Jam - someone want to correct me?)

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.

riamudimentis 2012-04-23 23:15

Ah, darn... I wasn't thinking there, since he puts his things in public domain... >.< Anyone have anymore input?

riamudimentis 2012-04-23 23:17

"Fonts, drum loops, drum samples, and sampled instruments are allowed IF you have the legal right to use them." Does public domain music fall into that?

transmit 2012-04-24 00:04

"For Jam games, you are free to use whatever artwork or content you like (preferably something you have the legal rights to), but you must accept all responsibility for its use."

riamudimentis 2012-04-24 00:14

Okay, great, that clears things up. Kevin Macleod only requests that I give him credit. Which I did! Boo-Yah! Thanks Transmit.

dxdydz 2012-04-24 00:32

Nice. Could've used some more sound effects, maybe, but the gameplay seemed fairly tight and solid.

mneubrand 2012-04-24 01:16

Liked the relaxing background music and overall concept/game play. Movement of the planet is a bit too predictable.

Gets you hooked though. Especially after johnfn announced his high score and I desperately tried breaking it without success :)

pythong 2012-04-24 17:18

hurry with the porting to .exe plz, elsewise here on windows i can't play :( (and i don't want to install python)

royvanrijn 2012-04-24 18:03

I don't have windows, couldn't test.

cosmologicon 2012-04-25 00:49

I'm on Linux, and there's a couple things I had to do to get your game to run. I had to disable the music. Why not consider using pygame's built-in music module rather than mp3play? Also, I had to rename some of the files because capitalization matters on Linux systems. The music was well chosen. Kevin Macleod's stuff is great.

riamudimentis 2012-04-26 00:24

The reason being for mp3play, was simply because I forgot pygame can play mp3s, and I used mp3play before I used pygame... So, yeah. Sorry about the capitalization too. On another note, I'm working on the .exe but I've been really sick... Maybe Nick wants to work on it? (Wink wink, nudge nudge)

demonpants 2012-04-26 17:50

Can you make binaries please? I refuse to launch Python code - you py developers every compo seem to expect everyone to compile your code. Why is it such a difficulty to make an executable?

jezzamon 2012-04-27 12:21

:C Unfortunately I cannot play this on my mac.

Good luck for this Ludum Dare though! I hope whatever happens you're happy with your game!

riamudimentis 2012-04-28 01:17

@demonpants listen, I'm trying very hard not to be angry here. But I'll do my best to explain myself. First off, you don't need to compile my code, you install python, you install pygame, and it runs, kay? Secondly, I don't EXPECT you to DO anything. If you have the capability to a) run .py with pygame or b) run two installers, then I would be happy to get your ratings, and feedback. And, it's proven difficult to make an .exe for me because, I've been sick (as I said above) and also, because the instructions aren't clear, and I just haven't gotten it working. My apologies, but if you had read above, you would've known these things. Thank you for your input, and I'll be sure to learn how to make an .exe, so people who "refuse to launch Python code" can give some appropriate feedback on my game. I'm sorry that I'm only 14, and I can't yet figure out everything that you great programmers can do. Thanks for your time though.

artefon 2012-04-28 02:28

Couldn't run on linux.

tcstyle 2012-04-28 18:49

It feels like inverse "space invaders". Quiet difficult to stay alive.

gunmonkey 2012-05-01 03:11

no windows :(

cantorfew 2012-05-02 19:53

I have the same comments as Cosmologicon. I've uploaded my version of the source here (for anyone else on Linux):

http://www.fileden.com/files/2012/4/22/3295546/Furaingu%20ki.py

The game itself could use a bit more variation though.

riamudimentis 2012-05-05 00:38

Oh man, thanks for the linux changes. I actually don't know why it was taking "LASER.png" when the image file is "laser.png" on Windows... It shouldn't have done that. That "LASER.png" was an alternate image before we changed it... Sorry. Thanks for the great input. This has been a really great first experience.

schnerble 2012-05-08 12:20

Doesn't work for me on Linux (Ubuntu 10.04 64 with pygame installed):

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 :)

robcozzens 2012-05-11 04:45

I would try it if you had a Web or OSX version.

jellyfame 2012-05-13 17:34

Cannot play, don't have access to windows box :(