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 […]
Interactive UI Inspiration #5
See below for some of my favorite interactive UI from Dribbble from the past week (through April 13). If you get inspired to make your own site, check out Mammoth Interactive’s Web Developer course. Inspired to make your own website? Use this link to get our Web Developer course for only 9 dollars!
Static UI Inspiration #5
Best static UI from this week (through April 11) on Dribbble. If this inspires you to make your own app, enroll in Mammoth Interactive’s Ultimate iOS course! Inspired to make your own app? Get Mammoth Interactive’s Ultimate iOS course for only 9 dollars today.
Navigating the Editor | Unreal Tutorial
Unreal is a free program you can use to make powerful 2D and 3D games. To learn how to build 6 games in Unreal, enroll in our Unreal course. When you create a project in Unreal (like we did in the previous tutorial), your screen will look like the following image. The left window in […]
Giveaway Winners Announced. Did You Win?
Thank you to everyone who entered our giveaways in March. Remember that you can enter again for April! Click here for details. Congrats to the following winners. Please check your messages on the platform through which you won, to claim your prize. Winner of 200$: Mammoth Interactive Patron: Tasoril Winners of 20$: Mammoth Interactive email list: […]
Creating a Project in Unreal | Unreal Tutorial
Unreal is a free program you can use to make powerful 2D and 3D games. To learn how to build 6 GAMES in Unreal, enroll in our Unreal course. Unreal Engine is a complete product suite that does not require additional plugins. To download Unreal Engine, visit www.unrealengine.com/download. Download the Epic Games Launcher and then […]
Interactive UI Inspiration #4
See below for some of my favorite interactive UI from Dribbble from the past week (through April 7). If you get inspired to make your own site, check out Mammoth Interactive’s Web Developer course. Inspired to make your own website? Use this link to get our Web Developer course for only 9 dollars!
Static UI Inspiration #4
Best static UI from this week (through April 6) on Dribbble. If this inspires you to make your own app, enroll in Mammoth Interactive’s Ultimate iOS course! Inspired to make your own app? Get Mammoth Interactive’s Ultimate iOS course for only 9 dollars today.
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! […]