New course! A Comprehensive Beginner’s Guide to Coding in Kotlin

Learn to code for Android app development in Mammoth Interactive’s latest course. A Comprehensive Beginner’s Guide to Coding in Kotlin is perfect for beginner coders or anyone wanting to learn Java’s replacement language. ENROLL NOW WITH THIS COUPON. Kotlin is the brand-new programming language for Android app development that is taking Java by storm. Join […]

You’re invited! Come to our JSON Data webinar.

Do you want IN on the Number 1 way of transferring data? Join programming expert Nimish Narang for a 1-hour session on how to work with JSON. Register here for just 10 dollars. Why JSON? JSON (JavaScript Object Notation) is a data format commonly used to store and exchange data. Because it is so user-friendly, most […]

You’re invited! Come to our SpriteKit webinar.

Do you want to make 2D games for Apple products? Join master programmer Nimish Narang for a 1-hour webinar on how to navigate the SpriteKit framework. Register here for just 10 dollars. Why SpriteKit? SpriteKit is THE framework for making 2D games for Apple products. It’s free! You can make cool games, from super simple to […]

Being a coder isn’t just about coding.

We’re excited to announce our new Kickstarter: Complete Guide to Self-Promotion for Techies and Startups. We need your help to make a course that teaches coders soft skills. ‘Soft skills’ include teamwork, communication and management skills. If you want to start your own coding business, there’s much more to it than the technical aspects of […]

THE Habit of Highly Effective Coders

A good coder is good because they code. “I never took a day off in my twenties,” says Bill Gates. “Not one.” The number 1 way to get better at anything is to practice. It doesn’t matter if you do it wrong. As long as you do it. Suppose you want to improve your typing speed. Typing fast […]

Implementing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will implement the button we made in our previous Unity tutorial. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! […]

Designing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will design a button in Unity. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! VR has limited interactions with […]

Activating VR Split Mode | Unity Tutorial

If you want to make your game work in VR, you need to activate the VR Split Mode. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! Once you’ve integrated a VR software development kit (SDK), press Play to simulate the game. Notice that you will still […]

Activating Virtual Reality | Unity Tutorial

The first step to making a virtual reality (VR) game is activating VR Mode. In this tutorial, you will learn how to integrate a VR software development kit (SDK). If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! What is VR Mode? Create a new Unity project named […]

If Blocks in C# | Unity Tutorial

Suppose we wanted to run code only when a certain condition is met. For instance, a player could only fly in a game if they had a jet pack. A player could only buy a bicycle if they had enough money. To implement this kind of functionality, we can use if blocks. If you are a […]