Skip to content
View samuelDawit3's full-sized avatar

Block or report samuelDawit3

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. http-www.arabicquizz.com http-www.arabicquizz.com Public

    With this interactive language quiz, you can enhance your Arabic and English vocabulary, test your knowledge, and enjoy a dynamic learning experience with random word challenges and instant feedback.

    JavaScript 1

  2. Timer Timer Public

    Variables: Store timer-related information. Start Button: Begins or resumes the timer. Pause Button: Halts the running timer. Reset Button: Resets the timer to zero. Update Time Function: Calculate…

    JavaScript 1

  3. Rock-paper-scissors-game Rock-paper-scissors-game Public

    This JavaScript code implements a simple rock-paper-scissors game where the player's choice is compared to a randomly generated computer choice, and the winner or a draw is displayed based on the g…

    JavaScript 1

  4. Tic-tac-toe Tic-tac-toe Public

    This JavaScript code sets up a basic two-player Tic-Tac-Toe game with event listeners for cell clicks, game state management, and a restart function when the game concludes.

    JavaScript 1

  5. Snake-game Snake-game Public

    This is a classic Snake game where the player controls a snake, eats food to grow, and aims to achieve the highest score without colliding with the boundaries or itself.

    JavaScript 1

  6. Pong-game Pong-game Public

    This JavaScript code establishes a basic two-player pong game on an HTML canvas, incorporating event listeners for player controls, initializing game parameters, and implementing a game loop to han…

    JavaScript 1