Pinned Repositories
42-cpp
Projects where I learned object-oriented programming, inheritance, abstraction and polymorphism in CPP language.
42-cub3D
3D game development with C language.
42-ft_printf
Because putnbr and putstr are not enough.
42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
42-Piscine
42 Istanbul - April Piscine 2023
42-so_long
2D game development with C language.
Django-TivitysBlogSite
A website written in python using django framework.
my-ft_transcendence
42 ft_transcendence, the last project of the main training. In this project we have to build a pong game that can be played online using python language.
Python-MachineLearningAlgorithms
Practices involving supervised, unsupervised, and reinforcement learning algorithms.
Unity-ToInfinityAndBeyond
A game I developed alone with Unity.
mucahitcakmak's Repositories
mucahitcakmak/42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
mucahitcakmak/42-Piscine
42 Istanbul - April Piscine 2023
mucahitcakmak/42-cpp
Projects where I learned object-oriented programming, inheritance, abstraction and polymorphism in CPP language.
mucahitcakmak/42-cub3D
3D game development with C language.
mucahitcakmak/42-ft_printf
Because putnbr and putstr are not enough.
mucahitcakmak/42-irc
Our group project, ft_irc, aims to create our own IRC server using C++ 98. In this project, we build an IRC server for real-time messaging between users. As a team, we develop a simple and safe communication platform.
mucahitcakmak/42-push_swap
This program sorts numbers from smallest to largest in the least number of moves within the framework of certain rules.
mucahitcakmak/42-so_long
2D game development with C language.
mucahitcakmak/Django-TivitysBlogSite
A website written in python using django framework.
mucahitcakmak/ML-CommentAnalysis
I developed an algorithm that analyzes the sentence using a machine learning algorithm and understands whether it is positive or negative.
mucahitcakmak/my-ft_transcendence
42 ft_transcendence, the last project of the main training. In this project we have to build a pong game that can be played online using python language.
mucahitcakmak/Python-MachineLearningAlgorithms
Practices involving supervised, unsupervised, and reinforcement learning algorithms.
mucahitcakmak/Unity-ToInfinityAndBeyond
A game I developed alone with Unity.
mucahitcakmak/42-ft_transcendence
42 ft_transcendence, the last project of the main training. In this project we have to build a pong game that can be played online using python language.
mucahitcakmak/42-get_next_line
Reading a line from a fd is way too tedious.
mucahitcakmak/42-inception
mucahitcakmak/42-libft
The purpose of this project is to write a C library.
mucahitcakmak/42-minishell
This project is about creating a simple shell.
mucahitcakmak/42-philosophers
Solving the philosopher's dinner problem in C language using threads.