Sonntag, 16. Februar 2020

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






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

Check out my Java Game Playlist:
https://www.youtube.com/watch?v=VmChebZcb2U&list=PL2rLmp34yGZwalOzyR96vjOvVIA1b43ws

Freitag, 14. Februar 2020

Programming music with Sonic Pi, Around the World - Daft Punk

Create music with code. In this video I use Sonic Pi to program the song Around the World by Daft Punk. The song needs about 170 lines of ruby code. As always, you can download the code on GitHub.




You can download the code from here: 
https://github.com/Gaspared/Around-the-World

Code inspiration by http://luiscript.com/

Programming Snake Game in Processing

In this video we create a snake game in less than 60 lines of java code. This is a step by step tutorial and very easy to follow. I use processing for this. With Processing you can program in a simplified version of Java. If you know Java, you will understand processing immediately.





 You can download the code here: https://github.com/Gaspared/Snake-Pro

How to add background music in JavaFX Tutorial

In this video, I'll show you how to add background music to your javafx programs and games. The code can be found as always on my github page: https://github.com/Gaspared/JavaFX-music


How to get eclipse to work with JavaFX/OpenJFX (error handling)

In this video, I'll show you how to set up JavaFX in eclipse. I show how to eliminate errors that occur. 
To get JavaFX up and running, follow these steps: 
First: Download and install JavaFX: https://gluonhq.com/products/javafx


How to automatically generate UML Diagrams from any JavaCode

In this video, I'll show you an easy way to generate a UML diagram from any Java code. The whole thing works fully automatically with a simple eclipse plugin. http://www.objectaid.com/update/current


Programming Space Invaders in JavaFX - Tutorial

In this video we will create Space Invaders in JavaFX. The code contains about 300 lines of code. I'll show you how to program Space Invaders in JavaFX.





You can download the code from here:
https://github.com/Gaspared/Space-Invaders

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 

PHP 7 Programming Tutorial for Beginners

In this video you will learn the basics to program in php. I Show you why I think it's still a good idea to learn PHP, whether you're a beginner or an advanced programmer. 





We will work on the following topics: 
0 - installation 
1 - basics 
2 - variables & comments 
3 - php & html 
4 - if statement
 5 - switch statement 
6 - while loop 
7 - for loop 
8 - foreach loop / arrays 
9 - write in file 
10 - functions

We create a PONG Game, JavaFX Programming Tutorial

We are programming a PONG game in JavaFX. The whole game needs just 100 lines of code. Eclipse is used as IDEA. If you like what you see, please leave me a like :)



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

Snake Game in JavaFX - IntelliJ Tutorial

We will create a simple snake game in Java fx. In this video, we get snake running in IntelliJ IDEA. This video is just a short addition to my snake tutorial.




You can download the code here:
https://github.com/Gaspared/snake/blob/master/Main.java
 

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