Over the last few weeks we have been manually positioning everything in our game via code. Which is not a bad thing. In fact, it's important to know how to add objects to our scene via code. However, there comes...
Welcome to part V of our tutorial series were we continue creating our New Horizons game. If your joining us for the first time make sure you have completed part I, II, III, and IV before continuing. This weekend we...
Welcome to part IV of our tutorial were we continue creating our New Horizons game. If your joining us for the first time make sure you have completed part I, II & III before continuing. At this point we can...
Welcome back, In this tutorial we are going to continue creating our New Horizons game where you dodge asteroids on the way to Pluto. If your just now joining us make sure you have completed part I and part II....
Welcome back, In this tutorial we are going to continue creating our New Horizons game where you dodge asteroids on the way to Pluto. If your just now joining us make sure you have completed part 1 before continuing any...
In this tutorial your going to learn how to make a simple game called New Horizons where you dodge asteroids on the way to Pluto. The more asteroids you evade the more points you get. Note: I'm going to assume...
The past week I've been taking a course at Thinkful. It's really helped fill in a lot of knowledge gaps with respect to swift and Xcode. One of the many things that I have learned was how to use GitHub...
In mathematics, the Pythagorean theorem, which also known as Pythagoras's theorem. It states that the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides. The theorem...
Recursion What? A function that calls itself is called a recursive function. Recursion is important because you can solve some problems by solving similar sub-problems. Recursion in computer science is a method where the solution to a problem depends on...
Hello and welcome back. This weekend we are going to review a simple random password generator I created with swift, with the help of a few friends from iOS Developers Step 1. Creating the Array The first thing we did...
Welcome to the how to make a Study App in Swift tutorial Part II. In the first tutorial we covered the basics of creating a Study app in our storyboard file. Now its time to get our hands dirty in...
Welcome back! In this tutorial we are going to cover the basics of creating a Study app. The app will randomly select a question and display it to our users. We will also add a button for the user to...
Welcome back, I hope your New Year started off with a bang. The past week I have been focused on building a game with SpriteKit. A few of the members over at ios-Developers have been very helpful. If your looking...