Squaretackular! by rolfeth
So you are going to destroy the alien mothership.. But it's too dangerous to go alone, "here take this guy (player 2) with you". During your walk to the platform you are ambushed by a band of baddies but the only one of you with any offensive skills are you and they are out to get "this guy"(player 2)
KEYS:
Defend player two by jumping on the baddies (wasd + space)
player two can only run (arrow keys)
reset by pressing 'r'
USE:
Windows: execute the run.exe
Linux: execute the run.sh
REQUIREMENTS:
Graphics card that support the point sprite extension.
Windows or linux ( Mac doesn't work)
in linux you need the following libs:
python-numpy
python-scipy
python-pyglet
Good luck!
RANDOM NOTES:
I've only had problems with the Intel graphics chip, could make it work here too, but then I would have to rewrite a lot of stuff..
I think the extension is called "GL_ARB_point_sprite".
I fixed an error causing it to not work with AMD/ATI-cards, which is the "Cant modify varying error".
As to the specific version of python: I have tested it on 2.6 and 2.7. I know that it won't work on python 3.x. On windows you don't need anything, I think.
I think I made it a bit too difficult - the baddies are moving too fast, but this part was made late in the night before the deadline. This is also why there is no messages and stuff - no time.
Also the score system is completely f******* ***.
I developed it on Linux so it should actually work best there.
Initially the doggie was an enemy but then I figured out that it was too cute so I made it follow the player around.
KEYS:
Defend player two by jumping on the baddies (wasd + space)
player two can only run (arrow keys)
reset by pressing 'r'
USE:
Windows: execute the run.exe
Linux: execute the run.sh
REQUIREMENTS:
Graphics card that support the point sprite extension.
Windows or linux ( Mac doesn't work)
in linux you need the following libs:
python-numpy
python-scipy
python-pyglet
Good luck!
RANDOM NOTES:
I've only had problems with the Intel graphics chip, could make it work here too, but then I would have to rewrite a lot of stuff..
I think the extension is called "GL_ARB_point_sprite".
I fixed an error causing it to not work with AMD/ATI-cards, which is the "Cant modify varying error".
As to the specific version of python: I have tested it on 2.6 and 2.7. I know that it won't work on python 3.x. On windows you don't need anything, I think.
I think I made it a bit too difficult - the baddies are moving too fast, but this part was made late in the night before the deadline. This is also why there is no messages and stuff - no time.
Also the score system is completely f******* ***.
I developed it on Linux so it should actually work best there.
Initially the doggie was an enemy but then I figured out that it was too cute so I made it follow the player around.
Ratings
| Coolness | 5% | 119 |
| Overall | 2.64 | 181 |
| Audio | 1.57 | 223 |
| Community | 2.11 | 211 |
| Fun | 2.14 | 238 |
| Graphics | 3.00 | 123 |
| Humor | 2.00 | 206 |
| Innovation | 3.36 | 70 |
| Theme | 2.80 | 131 |
Resetting
Wins: 0
Traceback (most recent call last):
File "run.py", line 138, in <module>
File "main.pyc", line 449, in Update
File "main.pyc", line 72, in reset_game
File "shader.pyc", line 135, in use
File "shader.pyc", line 72, in compile
CompileError: Fragment shader failed to compile with the following errors:
ERROR: 0:8: error(#164) l-value required assign "color" (can't modify a varying)
ERROR: 0:10: error(#164) l-value required assign "color" (can't modify a varying)
ERROR: error(#273) 2 compilation errors. No code generated
Fragment shader failed to compile with the following errors:
ERROR: 0:8: error(#164) l-value required assign "color" (can't modify a varying)
ERROR: 0:10: error(#164) l-value required assign "color" (can't modify a varying)
ERROR: error(#273) 2 compilation errors. No code generated
Can you hint at the generation of video cards that support the gl extension?
Thumbs up for the graphics - somehow a bastard blend of Atari-inspiration, Rayman/Tonic Trouble-stylization and just plain "art nouveau".
Usually I'm not of this conviction, but I actually think that the mechanics you put together here are fit for single-player gameplay, tasking the player for bi-directional multitasking. Stuff like this (for example the exercise of turning vertical circles at your stomach with one hand and horizontal circles above your head with the other) is usually difficult, but it's doable, and the relative simplicity of the gameplay would make it a plausible venue.
Apart from the likeness between the two characters and the lack of any hud elements this is really solid. Nice :)