Skip to content

Commit

Permalink
a lot of small changes for release + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jffzhou committed May 5, 2024
1 parent 79283a7 commit c4630c1
Show file tree
Hide file tree
Showing 19 changed files with 1,009 additions and 27 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
Movement | Desktop | Mobile
| ---- | ---- | ----
Move | ↑,↓,←,→ | Joystick
Dash | X | Swipe up
Root held carrot (farmer only) | Z | Swipe down
Unroot nearby carrot (carrot only) | Z | Swipe down
Dash | X | Swipe in direction of dash
Root held carrot (farmer only) | Z | Circle dollar gesture
Unroot nearby carrot (carrot only) | Z | Circle dollar gesture
Escape from farmer's clutches (carrot only) | - | Shake phone
Reset | R | Multitouch swipe
Toggle debug | D | Double tap
Throw rock | D | Double tap


This open beta release has new assets for the wheat, grass, farmer, carrots and planting spots, larger maps with map randomization, accelerometer integration for escaping from the farmer when caught, a new wheat rustling effect, refined baby carrot AI and new menu UI and in-game UI. Because we do not have haptics support for Android, this our release is for **iOS only**.
This open beta release has a new (unfinished) tutorial and a new (unfinished) post game scene. It also introduces a new mechanic, a collectable throwable rock that can be used to create distracting rustling.
159 changes: 158 additions & 1 deletion assets/level-editor/gridUnit.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,163 @@
"width":32,
"x":256,
"y":96
},
{
"gid":3,
"height":32,
"id":113,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":352,
"y":160
},
{
"gid":3,
"height":32,
"id":114,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":224,
"y":160
},
{
"gid":3,
"height":32,
"id":115,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":160,
"y":192
},
{
"gid":3,
"height":32,
"id":116,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":64,
"y":160
},
{
"gid":3,
"height":32,
"id":117,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":96,
"y":128
},
{
"gid":3,
"height":32,
"id":118,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":192,
"y":160
},
{
"gid":3,
"height":32,
"id":119,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":224,
"y":192
},
{
"gid":3,
"height":32,
"id":120,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":288,
"y":256
},
{
"gid":3,
"height":32,
"id":121,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":384,
"y":256
},
{
"gid":3,
"height":32,
"id":122,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":480,
"y":256
},
{
"gid":3,
"height":32,
"id":123,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":416,
"y":128
},

{
"gid":3,
"height":32,
"id":124,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":352,
"y":32
},
{
"gid":3,
"height":32,
"id":125,
"name":"",
"rotation":0,
"type":"Baby",
"visible":true,
"width":32,
"x":288,
"y":64
}],
"opacity":1,
"type":"objectgroup",
Expand All @@ -131,7 +288,7 @@
"y":0
}],
"nextlayerid":11,
"nextobjectid":112,
"nextobjectid":126,
"orientation":"orthogonal",
"properties":[
{
Expand Down
15 changes: 14 additions & 1 deletion assets/level-editor/gridUnit.tmx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="16" height="9" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="112">
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="16" height="9" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="126">
<editorsettings>
<export target="gridUnit.json" format="json"/>
</editorsettings>
Expand All @@ -21,5 +21,18 @@
<object id="94" gid="1" x="416" y="64" width="32" height="32"/>
<object id="95" gid="2" x="384" y="224" width="32" height="32"/>
<object id="96" gid="3" x="256" y="96" width="32" height="32"/>
<object id="113" gid="3" x="352" y="160" width="32" height="32"/>
<object id="114" gid="3" x="224" y="160" width="32" height="32"/>
<object id="115" gid="3" x="160" y="192" width="32" height="32"/>
<object id="116" gid="3" x="64" y="160" width="32" height="32"/>
<object id="117" gid="3" x="96" y="128" width="32" height="32"/>
<object id="118" gid="3" x="192" y="160" width="32" height="32"/>
<object id="119" gid="3" x="224" y="192" width="32" height="32"/>
<object id="120" gid="3" x="288" y="256" width="32" height="32"/>
<object id="121" gid="3" x="384" y="256" width="32" height="32"/>
<object id="122" gid="3" x="480" y="256" width="32" height="32"/>
<object id="123" gid="3" x="416" y="128" width="32" height="32"/>
<object id="124" gid="3" x="352" y="32" width="32" height="32"/>
<object id="125" gid="3" x="288" y="64" width="32" height="32"/>
</objectgroup>
</map>
Loading

0 comments on commit c4630c1

Please sign in to comment.