Skip to content
View elifpulukcu's full-sized avatar
🦊
Working from home
🦊
Working from home

Block or report elifpulukcu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. AR_Game_Fight-Like-a-Snowman AR_Game_Fight-Like-a-Snowman Public

    It is an Augmented Reality (AR) game based on the Unity game engine and Vuforia Augmented Reality SDK with the help of C# scripts. There are two main characters: Little Giant and Mr. Snow. When the…

    C#

  2. Istanbul-railway-itinerary Istanbul-railway-itinerary Public

    Flask-based itinerary planner for Istanbul's rail lines. Includes route search, A* pathfinding, and a Leaflet-based map.

    Python

  3. Virtual_League Virtual_League Public

    This repository implements a virtual soccer league in C++ using OOP principles. Teams, players, and coaches can be generated, matches simulated, and standings displayed via a console-based menu.

    C++

  4. MedVision-Reconstructor MedVision-Reconstructor Public

    MedVision Reconstructor is a Python-based solution for medical image reconstruction using advanced Radon transforms and iterative algorithms (FBP, SART). It features a PySide6 GUI for visualization…

    Python

  5. Tetris-2048 Tetris-2048 Public

    Tetris2048 is a Java game merging Tetris and 2048 mechanics. Players align and merge numbered tiles on a grid, clearing lines and scoring points. Built with the StdDraw library, it features smooth …

    Java

  6. drawing-robot drawing-robot Public

    This project reads a custom “drawing language” from a file or text input, uses regular expressions for lexical analysis (tokenization), then applies a context-free grammar style parser to validate …

    C++