FoonLudum Dare ExplorerLD25 → Neurovirus

Neurovirus

By tokija

View on Wayback Machine

CategoryRankScoreCount
Coolness1189

Comments

glbs 2012-12-17 11:51

seems to be some problems with your hosting/links..

jerrre 2012-12-17 12:58

all Platforms including source point to the same 42Mb Zip

jerrre 2012-12-17 13:08

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

munchor 2012-12-17 14:34

jerrre, you have to install pygame to play it.

quarry 2012-12-17 14:53

The size is terribly big for such game, I suppose it's Python...

joncom 2012-12-18 19:40

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-jack 2012-12-19 22:03

The web link is actually a download link. Is this supposed to be playable in a browser? Will check back later.

tokija 2012-12-20 05:04

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.

crowbeak 2012-12-21 09:17

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.

ceronman 2012-12-21 16:17

I like the music and the artwork. It's not a game but it has potential, keep working!

tokija 2012-12-21 23:04

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

tehskull 2012-12-24 19:09

You should include PyGame next time.

jezzamon 2013-01-05 01:26

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.

schnerble 2013-01-07 13:32

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.

schnerble 2013-01-07 13:48

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.