/ld28

To get this branch, use:
bzr branch http://9ix.org/bzr/ld28

« back to all changes in this revision

Viewing changes to notplayer.lua

  • Committer: Josh C
  • Date: 2013-12-14 05:03:13 UTC
  • Revision ID: josh@9ix.org-20131214050313-iy9l7xzj25f2gpej
more clones, no null movement

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   width = 16, height = 16,
4
4
   queue = deque.new(),
5
5
   doMove = function(self)
6
 
               local dir = math.random(1,5)
 
6
               local dir = math.random(1,4)
7
7
 
8
8
               if dir == 1 then
9
9
                  self.x = self.x - self.width