European Union

Classes for students who have completed the Introduction to C# Programming course.

Developing games in Unity is learning about the principles of designing your own games using the C # language and the Unity engine. Thanks to this, we can create games based on similar mechanics as League of Legends, Cyberpunk, Counter Strike and many, many others.

  • 16 meetings (once a week)

  • 2 x 45 min (every meeting)

  • Maximum number of students (10)


for the course $64.00

or

one time payment ($20) $300.00


Do you have any questions?

Intro

Computer games classes are conducted in C#. The participant learns the ways and methodology of creating computer games, both 2D and 3D. During the classes computer games are created - platform and RPG. UNITY 3D is used as a game development engine. In the second semester part of the lesson will be devoted to modeling 3D elements in Blender. After this course the student is able to create an advanced computer game on his own. Our online class is NOT a webinar or a Youtube course! During our online classes each student will see the teacher's screen, hear what he or she is saying, and the teacher will have an insight into what the student is doing and speaking (he or she will see each student's screen). Each student will be able to ask a question by voice, the teacher will be able to answer every question and indicate exactly where the error is and how to fix it.

Plan of the course

The first classes will be devoted to revision of the material. After a longer break, it is worth recalling the basics, which were reworked during the previous semesters.
During the second lesson the Unity 3D engine will be used. Students will get acquainted with the interface of the program, learn the basic elements of which the game consists. They will start a simple project of a UFO game where they will write a script, thanks to which they will move the spaceship around the board.
The third class will be a continuation of the previous ones. They will apply new elements related to 2D physics, so that the ship will not run away from the board but will also be able to earn points and display them.
Time for the project for the rest of the semester. This lesson will be devoted to Game Design Document to show how important it is to design games accurately at the very beginning.
During the next classes, time will be devoted to preparing a prototype of the game. Pupils will put their first materials on the game objects. They will also create a script that will allow the character to jump in the air and make the so-called double jump.
It's time to prepare the level for moving on or actually moving it. The script written during these classes will allow for a little cheating. It's the world that will move towards the player creating the illusion that it's him or her who is running on it. We will also start counting our points.
What is this game where you do nothing but run? We'll add obstacles that we'll have to avoid and the ability to control the difficulty level. The game can't be boring after all.
In the game, it happens that something goes wrong. That's why during these classes, students learn how to reload scenes to restart the level in case of a something goes wrong.
We give character to the project. These classes will be devoted to the appearance of levels, heroes or traps. Graphics and animations prepared beforehand will be added to implement them.
Money rules the world. So it will be added to the game to earn points and try to break your record with subsequent attempts. We will also add platforms so that the game does not work on just one level.
PowerUP... Today immortality will be programmed. At least temporary. We will prepare the collectibles, obtaining them during the game will have additional effects for our hero.
Let us finally build a decent world. Or at least let it build itself. With the help of a few prepared prefabs our charts will be generated randomly. Thanks to that each game will be unique.
We will be working on the interface and menus for the last time. Somehow the game has to start, from somewhere we need to know how many points we have. We will also add music that will accompany us in the game.
It's time for the final touches. Correction of bugs, defects and a cherry on the cake. Export to computer and Android. The most important issues will be discussed and finally we export to boast our game to others.
In the first lesson we will establish the gameplay and mechanics of the game. We will go over differences between 2D and 3D games. We will also prepare the Game Design Document. The students will learn what version control is using GitHub and Collab.
Today, the students will create a player controller using an internal Unity CharacterController component. They will also make a camera script through which they will be able to see the game world.
The students will prepare a couple special mechanics. They will program a counter which will count how much time is left to find the finish. They will also create a mechanic for pausing the game and ending it so winning or losing.
Today we will create pickups which are objects which apply certain effects to the player after they pick them up.
In this class we will create a portal which will allow the player to quickly move between different parts of the labyrinth.
The next classes will be a continuation of the portals. We will create scripts that will allow a smooth transition between the portals, and we will also create several security features to make the portal work properly.
Time for 3D graphics! Literally. In this class, the students will learn the basics of Blender 3D. They will also get to know what 3D models consist of. They will prepare the first model for our game.
This topic is also spread over two lessons. In the first lesson, the students, using the basics from previous classes and the teacher's help, will create their own pickup versions.
In this lesson, students will export them to .FBX files and upload them to Unity, as well as create scripts for them.
Now that we have pickups, we can add animations. Students will set their models in motion. They will also create a trap mechanism as well as a door opening mechanism with a key.
In class, students will create a generator that will generate various labyrinths based on prefabs and images. The students will prepare their own levels and add their own elements to them.
The students will prepare their own levels and add their own elements to them.
We can make our finished level even more attractive. This class will be devoted to materials to add color to the objects. Then, post-processes will be discussed, thanks to which students will be able to completely change the so-called flow of the game. Finally, music and sounds will be introduced.
The last lesson will be devoted to the game interface. Two-dimensional graphics will be introduced to inform the player about the time remaining, whether they are under the influence of a pickup or whether they finally reached the finish line. A simple Main Menu will also be created. And finally, we will export our game to be able to show off to friends.