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.
It is a simple quiz app from the console.. where it contains 5 questions which are given by default and the basic aim of this project is to calculate the score of the quiz.
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 repository contains basic Python programs to help beginners understand fundamental concepts like user input, operations, control flow, and data structures, with a focus on best practices and efficiency. To run the code, remove the triple quotes (''') placed before and after the code.