Posts mit dem Label Learn Java werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Learn Java werden angezeigt. Alle Posts anzeigen

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 

How to use the Java Robot Class

In this tutorial I will show you how to use the java robot class. We will change our deskop wallpaper, Java will draw something in paint for us and we will start a website in the browser.



You can download the code here:
https://github.com/Gaspared/JavaRobot1

01:14 Use powershell to download a picture from the internet  
07:03 Open windows explorer  
08:29 Set a picture as a background  
09:48 Close windows explorer  
10:54 Let the robot draw something in paint  
15:08 Open any program. Our example: internet browser

 

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...