You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of a stick figure being drawn. If the player guesses the word before the figure is complete, they win.
Welcome to my JavaScript Basics repository! 🌟 This repo contains various JavaScript concepts, DOM manipulation projects, and ES6+ features to strengthen your JS skills.
Developed an interactive Python-based quiz game testing knowledge of MOVIES. Features include 15 multiple-choice questions,scoring,rewards. Technologies: Python, random module.
The Currency Converter is a Java console application allowing users to view, convert, and update exchange rates for multiple currencies with a simple and intuitive interface.
🕹️ A simple and interactive Tic-Tac-Toe game developed using HTML, CSS, and JavaScript. Features responsive design, multiplayer mode, and computer opponent gameplay. 🎮
This Python script serves as a simulation for managing a vegetable shop/grocery shop/fruits shop day-to-day operations. It includes functionalities for maintaining inventory, interacting with customers, generating bills, and producing end-of-day reports on sales and profits.
CHECK FOR VALID USER FROM FILE -> Asked a user to enter an email & password. Checked to see if the user entered a valid input. User was "locked out" after 5 tries.