U E D R , A S I H C RSS

실시간멀티플레이어게임프로젝트/첫주차소스1

~cpp 
import random
earth=(0,0)
plane= [random.randrange(-300,-100), random.randrange(100,300)]



print " Select  "
print " 1. Move  "
command = raw_input()
if (command == 1):
    Move()


while(command!="exit"):
    command = raw_input()

print command
print earth
print plane

def Move():

* 임시 개발중 소스

InvestMulti - 09.22
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:30:19
Processing time 0.0193 sec