Pinned Repositories
2048_wong-kar_wai
2048 is played on a simple gray 4 x 4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move.
cases_media6
cases_media_3
cases_media_4
FdF
Every programs you wrote until now were executing in text mode within your terminal. Let's discover something more interesting: how to open a graphic window and draw inside ? As a way to start your journey to graphic programming land, Fdf offers you to draw the wireframe of a 3D landscape.
Fract-ol
Découvrez la programmation 2D et l'univers psychédelique des fractales grâce à ce projet à réaliser avec la minilibX
Introduction-to-iOS
Task: make a simple app for iOS, the main idea of which is to show your locaion and find the place from the suggested menu. The app is written in Swift language.
landing_first_try
Task: make one of the proposed options for lending (mobile or desktop). Select 2-3 of the available screens (the mandatory screen is the registration form). Task is written with HTML5/CSS3 + JavaScript (without jQuery-plugins).
Piscine-PHP
La piscine PHP va vous permettre d'accéder aux technologies de base du web.
wolf3d
Inspiré du célèbre jeu éponyme des années 90 qui fut le premier First Person Shooter, ce projet vous permet d'aborder la technique du ray-casting. Votre but sera de représenter une vue dynamique à l'intérieur d'un labyrinthe dans lequel on peut se déplacer.
vzamyati's Repositories
vzamyati/Fract-ol
Découvrez la programmation 2D et l'univers psychédelique des fractales grâce à ce projet à réaliser avec la minilibX
vzamyati/landing_first_try
Task: make one of the proposed options for lending (mobile or desktop). Select 2-3 of the available screens (the mandatory screen is the registration form). Task is written with HTML5/CSS3 + JavaScript (without jQuery-plugins).
vzamyati/Piscine-PHP
La piscine PHP va vous permettre d'accéder aux technologies de base du web.
vzamyati/2048_wong-kar_wai
2048 is played on a simple gray 4 x 4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move.
vzamyati/cases_media6
vzamyati/cases_media_3
vzamyati/cases_media_4
vzamyati/FdF
Every programs you wrote until now were executing in text mode within your terminal. Let's discover something more interesting: how to open a graphic window and draw inside ? As a way to start your journey to graphic programming land, Fdf offers you to draw the wireframe of a 3D landscape.
vzamyati/Introduction-to-iOS
Task: make a simple app for iOS, the main idea of which is to show your locaion and find the place from the suggested menu. The app is written in Swift language.
vzamyati/wolf3d
Inspiré du célèbre jeu éponyme des années 90 qui fut le premier First Person Shooter, ce projet vous permet d'aborder la technique du ray-casting. Votre but sera de représenter une vue dynamique à l'intérieur d'un labyrinthe dans lequel on peut se déplacer.
vzamyati/cases_media_5
vzamyati/cases_module7
vzamyati/docker-1
Premier projet sur l'écosystème Docker. Apprenez à réfléchir en containers à travers ce sujet, qui vous fera manipuler le binaire docker et créer vos premiers containers avec des Dockerfiles
vzamyati/examshell
42 Piscine (Paris) :dolphin:
vzamyati/fillit
Fillit will allow you to discover and get familiar with a recurring programming situation: finding the best solution among a huge number of possibilities within an acceptable time span. For this project, you are expected to fit Tetriminos together to shape the smallest possible square.
vzamyati/get_next_line
Whether it's from a file, the standard input, or even from a network connection later on, you'll need a way to read data one line at a time. Now is the time to write such a function, essential for several of your next projects.
vzamyati/init
This project will introduce you to the basic topics of DevOps. Provided by the slash16 team.
vzamyati/libft
Strengthen your skills learned during the C Piscine by recoding functions from the standard C library and other very useful functions. You'll be able to use these functions again and again throughout the curriculum.
vzamyati/my_resume
vzamyati/php-pool
PHP Pool at UNIT Factory (school 42)
vzamyati/piscine_django
vzamyati/resume_goit
vzamyati/Wolf3D-1
42 | Graphic Branch | Wolf3D | C
vzamyati/Wolf3d-2
Wolfenstein 3d Minecraft edition made on my own engine
vzamyati/Wolf3d-3
Educational project at 42 school, UnitFactory, Kyiv. C, graphical library SDL. Wolf3d clone game