Roll A Ball
| | | |

Roll A Ball

This demo is for the unity tutorial i followed named roll a ball(Full tutorial here). The tutorial was built using latest Unity version 2017.1.0f3. 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…

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 2

This is part 2 of the swift development tutorials. Read part 1 here.  What is MVC? MVC stands for Model View Controller. Basically as i already said in the last tutorial it is a way to organize code into different logical units based on their functionality and also to make sure there is controlled communication…