Come to our digital workshop on Google Maps and Xcode.

Mammoth Interactive is hosting a webinar on May 31 at 10AM PST. Get your ticket HERE for “Google Maps and Xcode: Build a Maps-Focused Project.” Join programming expert Nimish Narang for a 1-hour session on importing Google Maps into Xcode. We’ll use a practical example to introduce you to the Google Maps API (Application Program Interface). Why […]

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 […]

Learn Unreal with our new book series 📖

It’s that time of year… we at Mammoth Interactive have published new books! Available in both Paperback and eBook format, check out “Introduction to Unreal” and its sequel “Build 6 Games in Unreal.” The Unreal Engine is a powerful program for building games. Learn how to navigate the Unreal editor by building a Coin Collector […]

Check if you won this month’s giveaways.

Thank you to everyone who entered our giveaways in April. Feel free to enter again in May. Click here for details. Congrats to the following winners. Please check your messages on the platform through which you won, to claim your prize within 48 hours. Winner of 200$: Mammoth Interactive Patron Phil Winners of 20$: Mammoth Interactive email […]

Looks like we’ll all be coders soon.

Everyone is worried about losing their job to machines. You may have heard of the robots that replaced burger flippers in California. But are all of our jobs really at risk? While some jobs will be lost to Artificial Intelligence (AI), others will be created by it. A statistics evaluation published last month from the United States […]

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 […]

Creating a C++ Script | Unreal Tutorial

Scripts are so important when it comes to making a game in Unreal. For an in-depth lesson on Unreal, consider enrolling in Mammoth Interactive’s Unreal course.  If you want to add a player to your game, you need to write code to give the player its own behavior. Default modes contain logic from Unreal. To create a […]

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! […]