Skip to main content

Tron 2 - 0.9.8

multiplayer version of Ghostshooter53's Tron 2 game. Added collision in both Tron.py and SingleplayerAI.py. Added AI game.


Lucas Philips
(quotex)
Ghostshooter53's clone of Tron + multiplayer and collision support. controls are blue(w,a,s,d) white (f,h) or (t,f,g,h) I forgot which one lol green(u,h,j,k) and red(up,left,down,right). If you move the opposite direction you're moving, go offscreen, or hit someone's light wall, you vanish. When all four vanish, all four reappear at their original positions. AI is functional, but in development.

Changes

terminal application "python TronCopy.py" ->single player score attack mode still uses old point list collision detection, which is lame as all get out. "python Menu.py" -> multiplayer battle with AI. player type can be changed in CGame.py to be a lightbike instead of a car. lightbikes have better abilities right now.:p

Links

Home Page
https://www.facebook.com/#!/groups/panthersprogramming/
Source
https://drive.google.com/file/d/0B43DOsYJco-BQ3FlaFpxOEhqVVk/edit?usp=sharing

Releases

Tron 2 0.9.4 — 16 Oct, 2012

Tron 2 0.9.2 — 6 Oct, 2012

Tron 2 0.9.3 — 14 Oct, 2012

Tron 2 0.9.0 — 1 Oct, 2012

Tron 2 0.9.1 — 2 Oct, 2012

Tron 2 0.9.8 — 13 Apr, 2014

Pygame.org account Comments

  • butteredtoast 2012-10-05 05:35

    Great Job!

  • Mekire 2012-10-16 11:51

    Pretty neat. I was going to recommend that you look into making a more generic Lightbike class instead of a separate class for each color bike. However, judging from your tron2.py file, you seem to be headed in this direction. Much of the code in the tron.py file was redundant for this reason. If you can make a more generic class, basically all the individual instances should need to know will be their key sets, color, and starting positions. This will essentially make your code 1/4th the length (not to mention making it much easier to edit).

  • Ed_Vantage 2012-11-28 10:45

    Uh, hehe, how do you play the game? I mean I've literally pressed all the keys on my keyboard.

  • Ed_Vantage 2012-11-30 12:49

    Oh wait, I see now..

  • Hi 2013-01-15 19:27

    How do they get the code/game

  • Gh0st 2014-04-21 17:44

    This is what i love about the programming. I have an idea on how to use pygame to make lightcycles and post the basic code. You take it and make it way better. Very well done my friend.

    CurlyQuoteStudios(Quotex) 2014-05-10 22:39

    https://www.youtube.com/watch?... I assume you've seen this already. I'm still learning how to do those threads you recommended earlier. The next version probably won't have that, BUT the tanks should finally have their missiles :D.

  • Foster 2020-03-12 01:50

    how do you play the game? I downloaded the file but I don't know which file to click on to start