Esteban Rigolon (erigolon)

erigolon

Geek Repo

Company:42 Málaga

Location:Málaga / Spain

Github PK Tool:Github PK Tool

Esteban Rigolon's repositories

so_long

This project is a small 2D game with the MLX42. You will learn about textures, sprites and tiles.

Language:CStargazers:5Issues:1Issues:0

ft_printf

Program the printf function. You will learn what this means and how to implement variadic functions.

Language:CStargazers:1Issues:1Issues:0

Libft

First project as a student of 42. Programming some functions of the C standard library, as well as other functions that will be useful throughout the course.

Language:CStargazers:1Issues:0Issues:0

cub3d

This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable to explore ray-casting.

Language:CStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

get_next_line

Whether it's a file, input, or even a network connection, you'll always have to read the content line by line.

Language:CStargazers:0Issues:1Issues:0

Minishell

The goal of this project is to create a simple shell.

Language:CStargazers:0Issues:1Issues:3

minitalk

The purpose of this project is to write a small data exchange program using UNIX signals.

Language:CStargazers:0Issues:1Issues:0

Philosophers

Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

Language:CStargazers:0Issues:0Issues:0

push_swap

Sort data on a stack, with a limited set of instructions in the smallest number of moves.

Language:CStargazers:0Issues:0Issues:0