Skip to content
View AslanAmca's full-sized avatar

Block or report AslanAmca

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. cub3d cub3d Public

    A 3D first-person game built using raycasting and MiniLibX, inspired by Wolfenstein 3D. The project features real-time rendering of a textured world with player movement, door interaction, and cust…

    C 2

  2. ft_transcendence ft_transcendence Public

    A full-stack web application project developed for Ecole 42, featuring a 3D Pong game, built with Django, Vanilla JavaScript, PostgreSQL, and Nginx. It includes OAuth2.0 authentication, a complete …

    JavaScript 2

  3. minitalk minitalk Public

    A project that demonstrates inter-process communication in C using UNIX signals. It features a server-client system where messages are sent bit by bit using SIGUSR1 and SIGUSR2.

    C 1

  4. so_long so_long Public

    A 2D adventure game built with MiniLibX. Players collect items on the map and reach the exit using the W, A, S, and D keys. The map includes walls, collectibles, and free spaces. The goal is to col…

    C 1

  5. push_swap push_swap Public

    This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms an…

    C 1

  6. philosophers philosophers Public

    A concurrent programming project that simulates the Dining Philosophers Problem. It explores process synchronization using threads, mutexes, processes, and semaphores to prevent deadlocks and manag…

    C 1