Jump to content

roving-robots

  • entries
    2
  • comments
    3
  • views
    14,916

About this blog

list of things done and problems tackled about my redo of stormrunner

Entries in this blog

Bam! An Update On Roving Robots

even though I fell off the face of the Internet over here due to graduating from high school, going to college and finding a job (ps: need a python/assembly programmer?) I have actually been actively working on THIS, my github of roving-robots. I had decided that I would stop really talking much about it until the hardest parts for me were done or structured in a way that I could do it. so; lets crack down on what I got: the main block class: class block(object): #non inter

admalledd

admalledd

Roving-Robots

currently working on the programming worker interface and working on the problems of the dockable/dragable code blocks. current method of dockable items is thus: def dragged(self,btn): print 'button dragged' d = dist(self.hub_rect,btn.rect)#find distance between midtop and midbottom print d if d < 15: btn.rect.midtop=self.hub_rect.midbottom where "self.hub_rect" is my experimental dockable item, eventually to beco

admalledd

admalledd

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.