Skip to content

Commit 09a2c98

Browse files
authored
Update README.md
1 parent 9143170 commit 09a2c98

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# golang-autoclicker
2-
Auto Clicker in Golang to Simulate Mouse Clicks
2+
Auto Clicker for Desktop Applications in Golang to Simulate Mouse Clicks
33

44
## Robotgo Package
55

6-
Used [robotgo](https://github.com/go-vgo/robotgo) package for this
6+
Used [robotgo](https://github.com/go-vgo/robotgo) package for controlling the mouse events.
77

88
## Overview
99

10-
I wanted a tool to simulate clicks for a game called [Plarium Vikings]() to auto click and apply tasks within the game.
10+
My Dad wanted a way to simulate clicks for a game called [Plarium Vikings](https://plarium.com/en/strategy-games/vikings-war-of-clans/) to auto click and apply tasks within the game. There's a couple of tools out there that does that already, but you need to pay for them.
11+
12+
So, because I'm on a Golang learning journey, I will write my own one in golang.
1113

1214
## 1. Getting the Mouse Coordinates
1315

0 commit comments

Comments
 (0)