Skip to content
View Nada-Hany's full-sized avatar

Block or report Nada-Hany

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
Nada-Hany/README.md

Hello there! I'm Nada Ayman

Connect with me:

https://www.linkedin.com/in/nada-ayman/?lipi=urn%3ali%3apage%3ad_flagship3_pulse_read%3bul6lx2ymssqv0%2bjd30iuzg%3d%3d

Languages and Tools:

android cplusplus css3 dart flutter git html5 java javascript kotlin oracle python

nada-hany

Pinned Loading

  1. pacman-game pacman-game Public

    pacman game written in c++ and SFML library includes ghosts that can either move random or chase the player using breadth first search algorithm on a tiled map

    C++ 1 3

  2. Watch_It Watch_It Public

    Forked from Youssef-Mohsen/Watch_It

    Watch It streaming desktop application

    Java

  3. chess chess Public

    2D chess game using Pygame library

    Python 1

  4. breadth-first-search-algorithm-on-a-grid breadth-first-search-algorithm-on-a-grid Public

    breadth first search on a gridded map to get the exact shortest path between the start and target avoiding any invalid tiles like walls

    C++ 1

  5. skeleton-map-for-pacman-game- skeleton-map-for-pacman-game- Public

    gridded map with collision functions so the player doesn't collide in invalid tiles like walls for an example including ghost that catch the player using BFS algorithm

    C++

  6. graph-traversal graph-traversal Public

    C++