This course will introduce programming in Scratch and is intended for 1st and 2nd graders.
In this course we will transition from block-based Scratch programming into text-based JavaScript!
Practice displaying shapes to the screen. In processing, your programs will ultimately be about showing pictures to the user. Whether you are designing games, interactive stories, or visualizing data, it is crucial that you can display shapes and images to the screen
Me 'n the crew always be rollin bones by the docks. Help us keep our games fair, by usin' yer codin' knowledge to build us some dice games!
Learn more advanced Scriptcraft concepts by making a series of Wizardry themed plugins
Make a spooky program that can be asked any question and answers it correctly sometimes.
Learn how to make a basic extension for Google Chrome and embed your games.
Learn all the fundamentals of making a game in JavaScript as you journey through unknown lands!
Learn about specific coding concepts to further expand your knowledge in programming fundamentals and maybe get some extra points while your at it!
Build your own version of The World's Hardest Game and learn the Scratch programming language while doing it!
Create a game where the player pilots a helicopter with the mouse and collects coins while avoiding obstacles
Learn to make your own animated choose-your-own-adventure style stories.
Learn the basics of Roblox by creating a Heist game where the player attempts to steal a rare jewel and escape before being caught
We'll learn to use HTML and CSS by creating a portfolio for your student page
Learn how to add Script functions to your game! Collision, Teleporting, Enable/Disable, Spawning, UI Variables.
Build an escape room for your friends to solve in a haunted library with creepy ghosts, secret passages, and a spooky mystery to solve.
In this course you'll learn a lot more about modifiers and creating very interesting shapes and patterns with them!
Learn about functions and make a phone simulator in the process
A Tile-based puzzle game where you must eat all of the Cake. Build as many levels as you want and challenge your friends
Learning more about Unity's Interface: Prefabs & Parenting, Humanoid 3D Models, Dynamic Mesh Components, UI Basics, Audio.
Practice and prove you understand the Hacker concepts required to rank up to a Coder
Getting familiar with the Unity 5 game engine's interface; Controls,Terrain, Particles, Animations, Shaders, Lighting, Components.
Make a pokedex website that will display imported data and an image from a spritesheet for a certain pokemon.
In this course we'll learn how to add color, textures, and detail to our 3D worlds and objects! We'll also learn how to edit lighting in Unity!
Arrays are extremely useful and can do many complicated actions. Array methods help you work with arrays much faster and can really cut down on the length of your programs as well as make them much easier to read and understand.
Learn how to make smart enemies that you can play games against!
Build a Zelda-style forest dungeon in ScriptCraft, using the drone and make a game for players to solve as they go through it, using classes!
This course contains miscellaneous lessons and youtube videos on how to create certain objects. It's if you want to create something specific. I would come back here after finishing the Blender basics, intermediate, and other blender courses first!
All computer programs are a list instructions. Logic structures decide WHEN the program should do things and WHAT things it should do. Functions tell the computer HOW to do things. Functions decide what your program is capable of doing and are therefore of pivotal for you to understand fluently.