Start to draw map
This commit is contained in:
		@@ -1,16 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
    "dimensions": [80, 40],
 | 
			
		||||
    "dimensions": [40, 40],
 | 
			
		||||
    "delay": 200,
 | 
			
		||||
    "walls": [
 | 
			
		||||
        [5,5], [5,6], [5,7], [5,8], [70, 35], [71, 35], [72, 35]
 | 
			
		||||
        [5,5], [5,6], [5,7], [5,8], [40, 35], [38, 35], [23, 35]
 | 
			
		||||
    ],
 | 
			
		||||
    "food": [
 | 
			
		||||
        [10,10]
 | 
			
		||||
        [10,10],
 | 
			
		||||
        [20, 20]
 | 
			
		||||
    ],
 | 
			
		||||
    "snake": [
 | 
			
		||||
      [60,60],
 | 
			
		||||
      [60,59],
 | 
			
		||||
      [60,58]
 | 
			
		||||
      [6,10],
 | 
			
		||||
      [6,11],
 | 
			
		||||
      [6,12]
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user