Pixeltd Presentation
Pixeltd Presentation
Pixeltd Presentation
class Group(project_leader):
def __init__(self):
self.Team()
print(project_leader)
print(self.Members)
def Team(self)
def nonTeam():
Introduction to Project
Our project is a Tower Defense game, with the
goal to prevent enemies or the Negative Pixels,
from reaching the end goal.
During which you have to collect tower parts to
unlock future more powerful towers, in which to
progress further. (Unless of course you use
Toms Cheat Menu and then you basically can
always win).
Interactive Personal
Contributions
William Read Interactive Video / Image Screen
Capture
Tom Starling Interactive Cheat Menu
Hristiyan Stoyanov Interactive Credits
Cristian Ghita Interactive Tutorial
Catalin-Andrei Cojocariu Interactive
Achievements
success = input(
Thanks for Listening, did you enjoy the presentation?
(Y or N):
)
print(success)
>>> Thanks for Listening, did you enjoy the presentation? (Y or N): Y
>>> Y