Freitag, 14. Februar 2020

Java Robot Class plays Online Games and wins


Welcome. In this video we will write Java code that is able to play different browser games. I'll show you how you can automate online games and how to use the Java Robot class to play games. At the end I show you how my program reaches the first place in an online highscore.




 
You can download the code from the video here: 
 https://github.com/Gaspared/BrowserGames 

Keine Kommentare:

Kommentar veröffentlichen

Programming a Breakout Game in Java

Let's program breakout in Java. In this video I will show you how to create Breakout in Java step by step. I use the programming environ...