Roll A Ball Tutorial Demo
|

Roll A Ball Tutorial Demo

This demo is for the unity tutorial i followed named roll a ball(Link here). This tutorial teaches the basics of unity development from setting up the game layout, adding game objects, programming in C# scripting, controlling game object through keyboard buttons, detecting collisions and collecting game objects with other game objects. The demo is the…

| | | | | | | |

iOS Development With Swift Part 7

This is part 7 and final part of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 6 is here. In this tutorial we will finish off the app by adding two more buttons in audio playback to change the pitch…

| | | | | | |

iOS Development With Swift Part 6

This is part 6 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 5 is here. In the last part we were able to play audio from a file and also change the rate of the audio to speed it…

| | | | | | |

iOS Development With Swift Part 5

This is part 5 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 4 is here. In the last part we talked about segues and how to change the scene from the main view to another view. We also talked…