Outschool
통화, 시간대 및 언어 설정 열기
로그인

초보자를 위한 Cubzh: Lua 코딩 및 멀티플레이어 게임 디자인

3D 멀티플레이어 게임을 만드는 창의적인 플랫폼인 Cubzh를 사용하여 코딩과 게임 디자인에 대해 알아보세요! Lua로 코딩하고 나만의 멀티플레이어 게임을 만드는 법을 배우게 됩니다. 경험은 필요 없습니다.
Miss Jennifer
평균 평점:
4.9
수강 후기 수:
(628)
수업

무엇이 포함되어 있나요?

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 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:
  • Cubzh
가입일: October, 2020
4.9
628수강 후기
프로필
교사 전문성 및 자격증
Hi!

My name is Miss Jennifer. 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 are both fun and educational, focusing on fundamental programming skills that have real-world applications. Even if your interest in Roblox or game design fades, the knowledge you gain will remain valuable and useful in any field you pursue.

I am also a Roblox event organizer, and I have run a few virtual gaming tournaments here on Outschool. Roblox Bedwars, Bladeball, and Doors. If you have any ideas for other tournaments I should create in the future, let me know.

Roblox is not just something I teach. I LOVE Roblox! 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, Dress to Impress, and Elemental Grounds. Recently, I started playing Fisch and Pressure. 

I have taught over 3,500 students here on Outschool how to code and create their own games. I hope to see you in my classes soon!
---------------------------------------------------------------------------------

About my teaching style:

Thorough and Patient
--I focus on building strong foundational skills in programming, ensuring students understand concepts deeply rather than rushing through material.
--I encourage students to take their time, explore, and ask questions, allowing them to learn at their own pace in a structured yet flexible environment.
--Hands-on examples and interactive lessons keep students engaged and active in the learning process.
---------------------------------------------
Encouraging Discovery and Independence
--My teaching approach prioritizes creativity and problem-solving over rote memorization or copying and pasting code.
--I guide students to build their own projects, reinforcing the idea that learning comes from doing, not just following steps.
--Students are responsible for typing their own code and troubleshooting their own errors, developing real problem-solving skills.
-----------------------------------------------
Real-World Skills Beyond Roblox
--While many students start with an interest in Roblox and Lua, I ensure they gain transferable programming skills applicable to other languages and platforms.
--My lessons introduce broader programming concepts that apply to software development, game design, and real-world coding challenges.
--I prepare students for a future beyond Roblox by teaching coding principles that will remain valuable as their interests evolve.
----------------------------------------------
About me:
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 Luau, C++, C, python, java, and C#. After work, I would tutor students in my local area with their math and coding homework. I have over 8+ years of K-12 tutoring experience. 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 명

아웃스쿨 소개
고객 지원
안전 정책개인 정보CA 개인 정보어린이 개인정보귀하의 개인정보 선택이용 약관
아웃스쿨 홈페이지
앱 다운로드
앱 스토어에서 다운로드Google Play에서 다운로드
© 2025 아웃스쿨