You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This game Dragons and Terminators is game designed using Python Object Oriented Programming(OOP). Download the dragons folder and open the gui.py file to enjoy the game in your browser. It's quite simple.
You can see the implementations of different characters in characters folder.
You can see the implementation of the tunnel in the places folder.
tests folder contains different test cases required to complete this project.