2K Views on my Coding Town Tutorial

in Education2 years ago

Coding Town by Script Academy is a brilliant free online game. It has a Minecraft look to it, however, the main object of the game is to make money by building stores (lemonade, coffee, ice cream, etc).

When other characters in the game pass your stores, you money increases.

You can also get helpers and program them to do some of the repetitive tasks.

Link to game: https://www.scriptacademy.net/hour-of-code/coding-town

Before you can build, you need to have diamonds. The best way to get diamonds is to add a lemonade stand and sell lemons. When you start the game, follow the tutorial to get the best out of the game.

  • Add Objects : Lemonade Stall
  • Buy Lemons from the lemon trader
  • Add a helper to help you buy lemons
  • Program the 3D helper so that he moves forward when up arrow is pressed

coidng town 1.png

Controls

Use keys A, W, S and D to move around

Mouse to rotate

Space to Jump

Double space to fly

Left click on mouse destory a block

Right click on mouse to add a block.

B for build materials

E to open dashboard

Add a Helper to Buy Lemons

  • Go to the lemon trader bunny and add a helper.

  • Script the following code

coidng town 2.png

How to get a helper and control it

  1. Press B to go to build mode
  2. Choose any helper
  3. Use the mouse to left click on your helper
  4. Script the code below
  5. Press apply

coidng town 3.png

I hope you find this useful. My students love this game.

Sort:  

This looks interesting. Is the programming scratch? I would be interested in learning more about this.