In this table we talk about the benefits of a relational database as opposed to a flat file database.
In this video we talk about what flat file databases are, and why they are not good databases for storing large amounts of data.
Before I could explain what ORM is, I felt like we needed to talk about what a database is.
In this lesson we add collision detection to the game so when the bird touches the pipes the game resets. We also make the pipes move to the left a bit faster to make the game more difficult.
In this tutorial we learn to program top pipes to move along with the bottom pipes and set the gap in between as a variable so we can change gap length later.
In this lesson we randomize the height of the pipes so every pipe coming at you has a different height.
In this lesson we talk about how to program the continuous movement of the pipes to the left using for loops and if statements.
In this second lesson on programming flappy bird in visual basic, we make the bird “jump” as well as dynamically generating the obstacles on the screen.
In this series of videos we will learn to create a flappy bird type game in visual basic. In this first lesson, you learn to program gravity into the game to make an object fall down from the sky.
In this lesson we use buttons to display/hide content. We use a timer to run a specific function every time interval, and we also program a button to reload the page.