Skip to content
View Bilal-Ahmad102's full-sized avatar
Block or Report

Block or report Bilal-Ahmad102

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

Popular repositories Loading

  1. Snake-Game Snake-Game Public

    ChatGPT Snake Game is a Java-based classic featuring Single Player, 1v1, and Three Player modes with unique controls for each, providing varied multiplayer experiences on a single screen.

    Java

  2. 9_men_morris 9_men_morris Public

    This project provides game logic for AI and human players using the Minimax algorithm with alpha-beta pruning. It includes functions for managing game states, simulating AI vs AI, AI vs Human, and …

    Python

  3. Portal-game Portal-game Public

    Portal Game is a Java-based 2D platformer where players collect apples, avoid enemies, and navigate levels using portals. The game combines platforming challenges with teleportation mechanics for a…

    Java

  4. Wumpus Wumpus Public

    This project features a knowledge-based agent that explores a grid environment to locate gold while avoiding pits and a Wumpus. The agent uses percepts to update its knowledge base, making informed…

    Python

  5. Genetic-Algorithm Genetic-Algorithm Public

    The Genetic Algorithm applied on Connect Four Game in Python.

    Python

  6. Simple-Neural-Network-Implementation-in-Python Simple-Neural-Network-Implementation-in-Python Public

    This Python code lets you build and train a basic neural network from scratch! Explore the fundamentals by: Defining layers, weights, and activation functions Training the network with gradient des…

    Python