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.
🕹️ A simple and interactive Tic-Tac-Toe game developed using HTML, CSS, and JavaScript. Features responsive design, multiplayer mode, and computer opponent gameplay. 🎮
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.
This repository includes some small projects I made by following YouTube video guides while in my beginner coding phase and was trying to learn the fundamentals of Python.
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.