/ld28

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

« back to all changes in this revision

Viewing changes to main.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:
22
22
 
23
23
              the.notplayers = Group:new()
24
24
              self:add(the.notplayers)
25
 
              for _ = 1, math.random(1,2) do
 
25
              for _ = 1, 14 do
26
26
                 the.notplayers:add(NotPlayer:new {
27
27
                                       x = math.random(the.app.width),
28
28
                                       y = math.random(the.app.height),