Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. x = random.randint(0,MAPWIDTH)
  2. y = random.randint(0,MAPHEIGHT)
  3. rad = random.randint(0,5)
  4.  
  5. tileMap[x][y] = 1 #this creates the center of the circle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement