무엇이 포함되어 있나요?
8개의 라이브 미팅
수업 6 시간프로젝트
주당 1시간. Complete a Multiplayer Game Project: Successfully design and build a fully functional multiplayer game in Cubzh, showcasing their understanding of coding and game design concepts learned throughout the course.학습 리포트
포함됨보고계신 지문은 자동 번역 되었습니다
수업 소개
영어 수준 - 알 수 없음
레벨 Beginner
Welcome to Cubzh! Learn how to make your own game! Step into the world of Cubzh, an exciting and creative platform where you can build 3D multiplayer games. Whether you want to craft action-packed adventures or unique puzzle games, Cubzh gives you the tools to make it happen. With Lua, a beginner-friendly programming language also used in Roblox, you’ll be able to learn how to code while designing real-time multiplayer games that you can share and play with others. We’ll start with modifying a simple game, so you can get hands-on experience right away. You’ll explore the essentials of coding, like operators, variables, and functions, and discover how these tools bring games to life. As the course progresses, you’ll master control flow, data types, and learn how to organize your data with Lua tables. By the end, you’ll understand how to create user interfaces and store and retrieve game data, all while working on your very own real-time multiplayer game on Cubzh!
학습 목표
Understand Basic Coding Concepts:
Learn fundamental programming concepts, including operators, variables, functions, and data types, enabling students to write simple scripts in Lua.
Navigate Cubzh Effectively:
Become familiar with the Cubzh platform, including its interface and tools, allowing students to create and modify 3D multiplayer games confidently.
강의 계획서
8 레슨
4 주 이상레슨1:
Introduction to Cubzh and Coding Basics
No experience with coding or Cubzh is required for this class. In the first lesson, there will be an overview of Overview of Cubzh and its features.
45 분 온라인 라이브 레슨
레슨2:
Coding Basics
Basic coding concepts: operators, variables, and functions. Hands-on Activity: Modify a simple game in Cubzh
45 분 온라인 라이브 레슨
레슨3:
Coding Basics (Continued)
Understanding data types and control flow (if statements and loops). This class assumes students have no coding experience. All coding exercises are done in Cubzh.
45 분 온라인 라이브 레슨
레슨4:
Organizing Data with Lua Tables
Introduction to Lua tables and their uses
Creating and manipulating tables in Cubzh
45 분 온라인 라이브 레슨
그 외 세부 사항
학부모 가이드
Parental guidance is advised for students under 13 when accessing the internet. You'll also need to create a free Cubzh account to access the platform. A valid email and/or phone number is need to verify your cubzh account.
수업 자료
To participate in this course, you'll need an internet connection, as all coding and game design will be done online using Cubzh. Cubzh works on a variety of platforms, including web, Android, iOS, Steam, and Epic Games. Installation details will be provided. If you have any questions, send me a message.
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:
교사 전문성 및 자격증
Hi!
My name is Miss Jennifer, and I teach classes about Roblox/Roblox Studio, Cubzh, Visual Studio Code, and Blender. I enjoy teaching coding and video game design. It is a joy to be able to teach what I love to do.
My coding classes focus on learning computer programming fundamentals. These are essential skills that students will take with them into adulthood and are valuable in any field of study.
I am also a Roblox event organizer, and I have run a few virtual gaming tournaments here on Outschool: Roblox Bedwars, Bladeball, and Doors. The Doors tournament was pretty funny because I had multiple students get to door 100, so it was a tie. If you have any ideas for other tournaments I should create in the future, let me know.
I don't just teach Roblox stuff; I am a huge fan. When I am not teaching, I am on Roblox just like you. I play ERLC, Pls Donate, Dandy's World, Bladeball, Berry Ave., Strongest Battlegrounds, Elemental Grounds, and Bedwars. I am Zukojen on Roblox. I am also Zukojen on Cubzh. Cubzh is an up and coming 3D gaming platform that also uses Lua programming.
I offer a lot of classes. If you are not sure what class to take first/next, ask me. Please feel welcome to send me a message BEFORE enrolling. Some classes are for students that have never used Roblox Studio. Some classes are for students that have no coding experience. Some classes are for students that have some coding experience but are still beginners. Please tell me your current experience level (if any) and what you want to learn, and I can tell you where to start.
If you don't see a day/time that works for your schedule, please send me a schedule request.
Don't see a class that you like? Tell me! I am always looking for new class ideas and always updating my material.
I have taught over 3,000 students here on Outschool how to code and create their own games. I hope to see you in my classes soon!
---------------------------------------------------------------------------------
More about me and my teaching style:
My teaching style is all about being thorough and patient. It really doesn't matter to me what kind of game the student wants to make; every game has the same basic components, and every coding language shares the same basic components. My goal is to give students the fundamental skills they need to create whatever they want. I allow the kids to lead based on their interests and explore. I provide hands-on examples and enable students to learn at their own pace in a prepared environment. Learning should never be a passive process. Students should present, aware, and engaged.
It may take longer or require more effort, but it is worth it every single time. The things that students can learn to do for themselves and others are far more meaningful than what someone else can do for them. So yes, students in my classes are responsible for typing their own code and building their own stuff. Does it take longer? YUP. Is it more challenging? YUP. Copying and pasting stuff and blindly following a bunch of steps is not helpful. There is value in learning how to make things on your own.
I am often told by my younger students that I treat them just like I treat the big kids. I treat all my students like developers, because they are developers. The only difference between my students and me is that I have more experience doing it. We all have to start somewhere. Never too early to learn these lifelong skills. Why do I treat all my students like developers, even the ones with no experience? That is because in the tech world, we call those junior developers! Haha!
I was born and raised in Westchester County, New York. I now live in Nevada (Pacific Standard Time Zone). I have always enjoyed technology. When I was a kid, I would take electronics apart and often would break them in the process, which my parents were not too happy about haha. "The machine is for homework ONLY!" Apparently the family computer could not run without a CPU. Who knew? HAHA.
As a kid, I would read my aunt's medical books and write what I found in C programming.
#include <stdio.h>
int main() {
char funnyBoneDefinition[] = "The ulnar nerve runs near the surface of the elbow, and when hit, it can cause a tingling sensation in the forearm and fingers, often referred to as hitting the 'funny bone.'";
// Print the definition using the variable
printf("Funny Bone: %s\n", funnyBoneDefinition);
return 0;
}
If there is anyone out there that wants to learn C, let me know! Let's keep C alive! Many industries like the aerospace, financial, automotive, and medical industry still use C for essential stuff to function. We need more people to learn the language. I would love to teach it.
It should be no surprise then to know that before Outschool, I worked as a software developer for a hospital system. My primary coding languages are Lua/Roblox Lua, C++, C, python, java, and C#. After work, I would help students in my local area with their math and coding homework. Now I get to teach students all over the world in a virtual classroom here on Outschool. It's so much fun!
리뷰
실시간 그룹 수업
매주
US$33
4주 동안 주당 2회
45분
실시간 화상 수업
연령: 10-15
수업당 학습자 2-6 명