Skip to content

Commit

Permalink
add level 2024-09-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fast0n committed Sep 9, 2024
1 parent 2f59a12 commit 488f54e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
13 changes: 13 additions & 0 deletions level/20240910.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
blocks = [
{'x':0,'y':0,'color':'red','width':1,'height':2},
{'x':1,'y':0,'color':'green','width':2,'height':1},
{'x':3,'y':0,'color':'red','width':1,'height':2},
{'x':4,'y':0,'color':'green','width':2,'height':1},
{'x':1,'y':1,'color':'red2','width':1,'height':3},
{'x':4,'y':1,'color':'red2','width':1,'height':3},
{'x':0,'y':2,'color':'red','width':1,'height':2},
{'x':2,'y':2,'color':'key','width':2,'height':1},
{'x':5,'y':2,'color':'red2','width':1,'height':3},
{'x':2,'y':3,'color':'green','width':2,'height':1},
{'x':2,'y':4,'color':'red','width':1,'height':2},
{'x':4,'y':5,'color':'green','width':2,'height':1}]
21 changes: 11 additions & 10 deletions script/daily.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
blocks = [
{'x':0,'y':0,'color':'red2','width':1,'height':3},
{'x':1,'y':0,'color':'green2','width':3,'height':1},
{'x':5,'y':0,'color':'red','width':1,'height':2},
{'x':0,'y':0,'color':'red','width':1,'height':2},
{'x':1,'y':0,'color':'green','width':2,'height':1},
{'x':3,'y':0,'color':'red','width':1,'height':2},
{'x':4,'y':0,'color':'green','width':2,'height':1},
{'x':1,'y':1,'color':'red2','width':1,'height':3},
{'x':4,'y':1,'color':'red2','width':1,'height':3},
{'x':1,'y':2,'color':'key','width':2,'height':1},
{'x':3,'y':2,'color':'red','width':1,'height':2},
{'x':0,'y':3,'color':'green','width':2,'height':1},
{'x':2,'y':3,'color':'red','width':1,'height':2},
{'x':5,'y':3,'color':'red','width':1,'height':2},
{'x':3,'y':4,'color':'green','width':2,'height':1},
{'x':1,'y':5,'color':'green2','width':3,'height':1}]
{'x':0,'y':2,'color':'red','width':1,'height':2},
{'x':2,'y':2,'color':'key','width':2,'height':1},
{'x':5,'y':2,'color':'red2','width':1,'height':3},
{'x':2,'y':3,'color':'green','width':2,'height':1},
{'x':2,'y':4,'color':'red','width':1,'height':2},
{'x':4,'y':5,'color':'green','width':2,'height':1}]

0 comments on commit 488f54e

Please sign in to comment.