Games!
By Name
By Date Added
By Last Update
By Rating
By Type
[Advanced Search]
The Linux Game Tome
 
Register
Login
News Submit a Game Forums About/FAQ

Triplex Invaders

Version: 1.08
Author: Arthur Danskin  
Category: Arcade Rate this game yourself!   Average of 4 Ratings:4.084.084.084.08

Triplex Invaders Screenshot An Alien Invaders style game with 3d graphics

In Triplex Invaders, the player pilots a spaceship against never ending hordes of enemy ships. It has psychedelic 3d graphics (but 2d gameplay). Enemies emerge from the top of the screen while the player shoots up from the bottom. As the game progresses, the playing field gets larger, allowing for more enemies and making it harder to survive. This is counterbalanced by increasingly powerful weapons and health powerups for the player.

License: free

Additional System Requirements: Python>=2.4, Pygame, pyOpenGL, psyco (improves performance, but not necessary)

Sound: Play in X: Play in Console: Multiplayer: Network Play: 3D Acceleration: Source Available:
yes yes no no no yes yes


If you try this software, don't forget to come back to this page and rate it!

Submitted by Anonymous on 2006-02-28.


[ Submit an update about this game ]


[Post a new comment]
Comments

  Fun, nifty, deadly posted by shapr @ 81.224.147.69 on Apr 28 2006 2:03 AM 4444
Nice game, I like the sort of game where you can powerup different weapons. I do wish it were a little more survivable, it's rare for me to get past 1000 points. I also wish the powerup icons would change shape to show you which powerup you'll get. The idea behind the increasing play area is original, that's a cool feature. My biggest request would be to make an easy setting where the ship isn't so fragile, and the powerups are more frequent.
 
[Reply]

  nice posted by Tuxmym @ 193.49.106.18 on Apr 26 2006 7:32 AM 333
 
[Reply]

  1.01 package broken posted by Anonymous @ 195.169.149.213 on Apr 1 2006 4:57 PM  
The 1.01 zip is missing the models/* and sound/* files and won't start. The files from the 1.0 distribution work, though.
 
[Reply]
  Re: 1.01 package broken posted by wiremore @ 128.220.193.51 on Apr 7 2006 11:37 AM  
has been fixed
 
[Reply]

  Python >= 2.4 only? posted by AnonymousMcNobody @ 64.246.140.105 on Mar 3 2006 6:07 AM 4444

Traceback (most recent call last):
File "./main.py", line 19, in ?
from ship import Player
File "~/Games/triplexinvaders-1.0/ship.py", line 22
return min((dist(pos, enemy.pos), enemy) for enemy in enemies)[1]

SyntaxError: invalid syntax

I have a feeling this is related to my version of Python (2.3.5) - can anyone confirm this?

 
[Reply]
  Re: Python >= 2.4 only? posted by godrin @ 80.130.232.132 on Mar 3 2006 8:44 AM 333
Seems like that. I get the same error when starting with my standard 2.3.5 version on Debian testing. Sad enough Debian doesn't provide pyopengl for Python 2.4 yet.
 
[Reply]
  Re: Python >= 2.4 only? posted by Anonymous @ 84.159.248.193 on Mar 3 2006 8:46 AM  
Yes, that's correct. To run this with 2.3 you need to add some extra square brackets so the line reads:
return min([(dist(pos, enemy.pos), enemy) for enemy in enemies])[1]
 
[Reply]
  Re: Python >= 2.4 only? posted by Anonymous @ 84.159.248.193 on Mar 3 2006 9:04 AM  
here is the full patch:
 
[Reply]
  Re: Python >= 2.4 only? posted by godrin @ 80.130.232.132 on Mar 3 2006 9:08 AM 333
Sorry, I'm at a loss how to use this patch. Can anybody point out to me how to run it?
 
[Reply]
  Re: Python >= 2.4 only? posted by godrin @ 80.130.232.132 on Mar 3 2006 9:37 AM 333
I made manually. Thanks for the patch. This game is cool! I like abstract shooters!!! I switched the fire button to LCTRL, cause my keyboard doesn't support diagonal moves otherwise :-) I like this laser idea - never saw that before. Add some sound and music and can be a great game!
 
[Reply]
  Re: Python >= 2.4 only? posted by Anonymous @ 84.173.209.185 on Mar 5 2006 6:36 AM  
Just for the record: patch -p1 < Patchfile should have done the trick
 
[Reply]
  Re: Python >= 2.4 only? posted by AnonymousMcNobody @ 64.246.140.105 on Mar 3 2006 9:56 AM 4444
Thanks. It's running like a charm now. Definitely a very nice start to the game - very sylish, fun to play. I'll definitely be keeping my eye out for updates to this one.
 
[Reply]
  Re: Python >= 2.4 only? posted by Anonymous @ 80.1.224.5 on Mar 16 2006 3:08 AM  
I get the same thing (with python 2.3.3)... Traceback (most recent call last): File "./main.py", line 19, in ? from ship import Player File "/home/spike1/work/triplexinvaders-1.0/ship.py", line 22 return min((dist(pos, enemy.pos), enemy) for enemy in enemies)[1] ^ SyntaxError: invalid syntax
 
[Reply]
  Re: Python >= 2.4 only? posted by AnonymousMcNobody @ 64.246.140.105 on Mar 16 2006 7:57 AM 4444
The patch posted above provides the fix.
 
[Reply]

  Never ending hoards posted by Anonymous @ 192.167.206.227 on Mar 3 2006 4:23 AM  
IANANativeEnglishSpeaker, but... did you mean "neverending hordes"?
 
[Reply]
  Re: Never ending hoards posted by scarlet @ 59.167.32.225 on Mar 7 2006 12:46 PM  
A horde is a large group of nomadic warriors. Never ending means that there is an unlimited number of something. Never ending horde is an unlimited number of warriors.
 
[Reply]
  Re: Never ending hoards posted by Anonymous @ 67.51.165.105 on Mar 7 2006 3:06 PM  
He means it should be "neverending" not "never ending".
 
[Reply]
  Re: Never ending hoards posted by Anonymous @ 69.228.190.230 on Mar 7 2006 3:51 PM  
No, he means "horde" instead of "hoard." A hoard is a large collection of treasure or other goodies.
 
[Reply]
  Re: Never ending hoards posted by Anonymous @ 67.51.165.105 on Mar 8 2006 3:06 PM  
Well, that too. Heh.
 
[Reply]
  Re: Never ending hoards posted by bigfatdude @ 66.254.246.198 on Apr 1 2006 2:44 PM  
never-ending hordes.
 
[Reply]

News Submit a Game Forums About/FAQ

Copyright © 1999-2005 Bob Zimbinski. Feedback to staff@happypenguin.org.