Skip to content
View Sikki-Codez's full-sized avatar

Block or report Sikki-Codez

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. PSL-Analytics PSL-Analytics Public

    A statistical analysis of 9 years of Pakistan Super League (PSL) cricket data (2016-2024) using R. Includes data cleaning, EDA, feature engineering, and visualization of victory patterns.

    R

  2. ITNMS_Project ITNMS_Project Public

    A smart city transit simulation built in C++ using manual Data Structures & Algorithms without STL libraries. Features include Graph routing (Dijkstra, MST), Hash Maps for vehicles, Queues for tick…

    C++

  3. HangMan_Project HangMan_Project Public

    A C++ console Hangman game where players guess names of 195 countries. Features dynamic ASCII art that builds the gallows with every mistake, adding visual tension. Includes duplicate letter checks…

    C++

  4. Robot_Sensor Robot_Sensor Public

    A C++ robot navigation simulation. It generates random sensor data for four cardinal directions to detect obstacles and calculates the safest path based on the furthest distance. Features modular c…

    C++

  5. SplitWise_Expense_Manager SplitWise_Expense_Manager Public

    A C++ expense tracker for managing shared finances. Features include secure user login, group creation via unique access keys, and expense logging with equal or unequal splits. Uses file I/O to per…

    C++

  6. BattleShip_Game BattleShip_Game Public

    This C++ console application recreates the classic Battleship game using robust Object-Oriented Programming. It features an 8x8 grid, offering both Player vs Player and Player vs CPU modes with a "…

    C++