diff --git a/README.md b/README.md index 2ec317fe..0c592e7e 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,10 @@ console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y); //Move the mouse down by 100 pixels. autonode.moveMouse(mouse.x,mouse.y+100); ``` +##Progress## + +| Module | Status | Notes | +| ------------- |-------------: | ------- | +| Mouse | 50% | Missing mouse click functions. | +| Keyboard | Not Started | Send keypress, type string. | +| Screen | Not Started | Screenshot, read pixel color, image search. |