Colin M's Enrolled Lessons
-
16 minSoftware Development lesson9 CQ
In this next installment from How to Build Games, you’ll continue your video game building journey by learning how to spawn an object in Unity 4.3.
with How To Build GamesIn this next installment from How to Build Games, you’ll continue your video game building journey by learning how to spawn an object in Unity 4.3.
-
16 minSoftware Development lesson9 CQ
This beginner video game developer series by How to Build Games continues with how to write code for destroy and score scripts. Start racking up game points!
with How To Build GamesThis beginner video game developer series by How to Build Games continues with how to write code for destroy and score scripts. Start racking up game points!
-
23 minFREESoftware Development lessonFree12 CQ
In this lesson by How to Build Games, you’ll get your feet wet by learning how to use Unity’s new 2D features. Start out with a video game basic: the collision.
with How To Build GamesIn this lesson by How to Build Games, you’ll get your feet wet by learning how to use Unity’s new 2D features. Start out with a video game basic: the collision.
-
15 minFREESoftware Development lessonFree8 CQ
If you are new to Python programming, try this lesson and learn where to find the software, and review how to download and install Python on your system!
with SentdexIf you are new to Python programming, try this lesson and learn where to find the software, and review how to download and install Python on your system!
-
9 minSoftware Development lesson5 CQ
Now that you have Python 3 installed, try this lesson and learn how to work with strings, how to join strings together, and how to use the print function.
with SentdexNow that you have Python 3 installed, try this lesson and learn how to work with strings, how to join strings together, and how to use the print function.
-
3 minSoftware Development lesson2 CQ
Sometimes, mathematics and computer programming languages come together. In this lesson, learn how to perform basic math problems in Python 3.
with SentdexSometimes, mathematics and computer programming languages come together. In this lesson, learn how to perform basic math problems in Python 3.
-
4 minSoftware Development lesson3 CQ
Variables can be—well, variable. In this Python 3 programming language lesson, get an introduction to using and unpacking variables as placeholders.
with SentdexVariables can be—well, variable. In this Python 3 programming language lesson, get an introduction to using and unpacking variables as placeholders.
-
5 minSoftware Development lesson3 CQ
While you’re learning how to use Python 3, you should use the while loop! Learn how to perform operations under set conditions with the while loop.
with SentdexWhile you’re learning how to use Python 3, you should use the while loop! Learn how to perform operations under set conditions with the while loop.
-
9 minSoftware Development lesson5 CQ
For every program you write, you should know about the for loop! In this Python 3 tutorial, learn how to use the for loop for tasks with variable time frames.
with SentdexFor every program you write, you should know about the for loop! In this Python 3 tutorial, learn how to use the for loop for tasks with variable time frames.
-
4 minSoftware Development lesson3 CQ
If you want to learn about if statements in Python 3, then you’re in the right place. Learn how to put certain conditions on variables with this coding tool.
with SentdexIf you want to learn about if statements in Python 3, then you’re in the right place. Learn how to put certain conditions on variables with this coding tool.