glbs 2012-12-17 11:51
seems to be some problems with your hosting/links..
Foon → Ludum Dare Explorer → LD25 → Neurovirus
By tokija
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1189 |
seems to be some problems with your hosting/links..
all Platforms including source point to the same 42Mb Zip
Please put instructions on how to run this, it is a python program, but i get this error tryinbg to run it from the terminal
Traceback (most recent call last):
File "neuro.py", line 1, in <module>
import sys, pygame, math, random
ImportError: No module named pygame
jerrre, you have to install pygame to play it.
The size is terribly big for such game, I suppose it's Python...
It appears python is needed to play the game and so you should not have a web link for this. "Web" implies being able to play your game from a web browser.
The web link is actually a download link. Is this supposed to be playable in a browser? Will check back later.
jerrre: I developed/ran it on Mac OSX Mountain Lion with pygame 1.9.1 for python 2.6 and python 2.6 installed. Theoretically it should run the same on windows/linux if you download the right version of pygame and python for your OS. here are the links:
http://www.python.org/download/releases/2.6/
www.pygame.org
Quarry: it's huge because it has a 3 minute long WAV file for the bg music
Joncom and Dark Acre: Thanks, removed. I listed that by mistake. The only way to run the game is to download the source and run it through python with pygame installed.
Tokija, The "Windows" label is for an executable file that people with Windows can double-click and play without having to install anything. The "Mac" label is for an executable file that people with a Mac can double-click and play without having to install anything. The "Web" label is for a version that people can just play in a browser, regardless of operating system. The only label under which you should be distributing straight Python files is "Source". "Source" means that you have to be able to run plain code files.
So right now, you're claiming that your code files are many things they aren't.
You've also made your game in a version of Python that most people aren't using. Which means that even Python programmers would have to install another version of Python to be able to play it.
I like the music and the artwork. It's not a game but it has potential, keep working!
Crowbeak: Thanks for the explanation, I removed the other links, and now just source appears. For some reason I didn't realize the field names were editable, so I thought windows at least was required. In terms of the Python version, I too, was sort of surprised about it, this was the first time I had touched pygame, and I had python 3.3 installed, only to realize that the only compatible Mac version of pygame that was all compiled and ready to go for my OS (Mountain Lion) was the one that supported 2.6. It seemed like there was a 32 bit version of pygame for 2.7 but I wasn't sure how that would work so I went ahead and dove into the 2.6 supporting version. If there is another way to do pygame for OSX for a newer version of python that doesn't involve compiling from source, let me know, that would be extremely helpful for future reference.
ceronman: Thanks a bunch! I'm going to try to learn some more about pygame and hopefully make some improvements on this, and hopefully try to finish my original idea for the gameplay at some point :)
You should include PyGame next time.
Is it possible to export the files to an executable using pygame? Surely it is... what do other people do that use pygame.
You should try and figure out how to do that before the next ludum dare, so that you know you'll be able to create a version that people can play.
Hmmm... very different, but hard to see exactly what was happening with the bugs and why. Cool music though :)
For next time, you might want to try pyinstaller, which creates EXEs for Python scripts. I used it for my Pygame entry in LD23, and my Pyglet one in LD25.
Just thought I'd add I've left it running for some time now, and it does look pretty cool :) The music is quite therapeutic too.