You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# golang-autoclicker
2
-
Auto Clicker in Golang to Simulate Mouse Clicks
2
+
Auto Clicker for Desktop Applications in Golang to Simulate Mouse Clicks
3
3
4
4
## Robotgo Package
5
5
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.
7
7
8
8
## Overview
9
9
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.
0 commit comments