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
+8-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# python-random-game-controller
2
2
Fun scrips that "play" games autonomously. Meant for humor.
3
3
4
+
# Dependancies
5
+
Pillow library
6
+
Installation:
7
+
$ pip install Pillow
8
+
4
9
## Exiting Execution
5
10
Holding the "Esc" key will always exit code execution.
6
11
@@ -17,13 +22,13 @@ Chaos incarnate and a lot of unknown commands.
17
22
This script may cause the game to close (if the character dies for example), so to be safe, having a text editing software open behind the game will prevent it typing cryptic messages to your loved ones.
18
23
19
24
## Pokemon_AI
20
-
This script runs on a pokemon emulator, the keys that are used are seen in the script and can be changed easily.
25
+
This script runs on a pokemon emulator, the keys that are used are seen in the script and can be changed easily. Now can detect if in a battle and if health is green or not. Behaves based on this.
21
26
22
27
### Achievements
23
-
This script has managed to catch a shiny pidgey and after 9 hours, defeat the first gym leader.
28
+
This script has managed to catch a shiny pidgey and after 9 hours, defeat the first gym leader, and run in circles for another 2 hours.
24
29
25
30
### Behaviour
26
-
This script enjoys opening and closing the bag, and running away from nearly fainted opponents.
31
+
This script enjoys opening and closing the bag, and previously running away from nearly fainted opponents. Now only runs away 1/10 the time, and 9/10 the time does a sloppy job switching pokemon.
0 commit comments