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.
For those of you who want a bit of a challenge with vectors – here is a modelling and problem solving question that involves the concept of conservation of momentum mixed with vectors as well as conservation of kinetic energies. Must be okay with understanding the difference between vector and scalar quantities and finding the …