The second part to the dummy’s guide to the Sybil cut – broken down into the simplest possible steps that anyone can follow. Have a go!!
In this lesson we shoot multiple missiles by creating a missile Array and adding new missiles to the array every time we shoot.
A dummy’s guide to the Sybil cut – broken down into the simplest possible steps that anyone can follow. Have a go!!
In this tutorial we talk about what cardinality of a set means, then we go through how to find the number of elements in the union of two sets, by using the formula |A|+|B|-|A and B|=|A or B|.
In this tutorial you learn how to make cards fly from one hand to another. Thanks Aaron for participating.
Continuing from the first lesson, in this lesson we program an event handler for when the space bar is pressed to generate a missile to shoot upwards.
This trick is an extension from trick number 4, we basically repeat trick 4 twice in a row, jumping up two slots in your hand. Have fun trying!
Another challenging surds problem. Full explanation provided. Do you have a better way to solve it? Let me know.
Now we’re getting into some more complicated spinning tricks. An extension from trick 3, we now change the position of the pen as we are rotating the, so it jumps up one slot on your hand.
First lesson to creating the shoot’em up video game. We create a picturebox object using code only (the spaceship), and we use a combination of keydown event handler and the timer object to move it left and right.