hi,
i have a file that is a python game and i need to run it. this is the instruction to run the game:
i have no idea how to do it. can someone please quide me?
thanx
i have a file that is a python game and i need to run it. this is the instruction to run the game:
In order to play, do the following:
***********************************
from Interceptor_V2 import Init, Draw, Game_step
Init()
for stp in range(1000):
action_button = *** Insert your logic here: 0,1,2 or 3 ***
r_locs, i_locs, c_locs, ang, score = Game_step(action_button)
Draw()
*************************************
Don't forget to play by the rules described in the website.
"""
i have no idea how to do it. can someone please quide me?
thanx