A very simple JS game, where you connect the dots, to make a shape.
A JS game, built using EaselJS, where you drag a turtle on screen to connect dots to form shapes.
Either:
-
Download the repo as a ZIP file, and extract to a location on your local machine. Open index.html in the root directory of the branch in your favourite browser.
-
Clone the repo using Git:
git clone https://github.com/sugarlabs/connectthedots.git
. Open index.html in the root directory of the cloned branch in your favourite browser. -
Fork this repo, and run the game using GitHub Pages, building it from the master branch. For more information, read this article
Once you have opened the game, follow the on-screen instructions
Please open an issue here, and we'll get back to you as soon as possible.
Please contribute by forking this repo, committing changes to your forked repo, and opening a pull request.