R B
My Protfolio
Made with HTML, CSS, JSThis HTML code is for a portfolio website featuring diverse projects such as a Bingo Game, Top Trumps Battle Game, Grade Book Generator, Guess The Number game, Tasks Table tool, and Hangman Word Game. Each project is briefly described to showcase the developer's skills and creativity. Users can explore and interact with the projects on the website.
Recent comments (0)Bingo Playable Game
Made with Python⏺ READ.ME ::: ⏺ This code is a bingo game with 4 different versions: ℹ "bingo_five" : which generates a 5x5 bingo card, ℹℹ "bingo_three" : which generates a 3x3 card, ℹℹℹ "bingo_three_horizontal" : which generates a 3X3 card with the objective of marking a horizontal line, ℹv "bingo_five_horizontal" : which generates a 5x5 card with the objective of marking a horizontal line. ⏺ Game can be move to the main menu by entering a negative number! ⏺ The game prompts the user to input numbers between 1 and 90, marks the numbers on the card and checks for a winning combination. ⏺The game is played in the terminal and uses colors to highlight the marked numbers.
Recent comments (2)JosephPrez6 months agoNice! I enjoyed how you displayed the bingo card and gave the user the option to pick a 3 or 5-size card. Kudos to the feedback request. Keep up the great work. I have to check out your other days.
l🇬 🇺 🇪 🇸 🇸 🇹 🇭 🇪 🇳 🇺 🇲 🇧 🇪 🇷 🇬 🇦 🇲 🇪
Made with Python🤖 will choose a number between 1️⃣ to 1️⃣ 0️⃣ 0️⃣ 0️⃣ 0️⃣ 0️⃣ 0️⃣ and you have to guess the number in min attempts Don't worry, 🤖 will help you telling that if the random number is ⬇️ or ⬆️ than your number
Recent comments (3)griffinflame6 months agoNew rounds should have a different number makes the game more exiting!
ADVANCED TASK TABLE
Made with PythonA command-line tool for managing your tasks. Allows you to add, edit, view, and remove tasks. Tasks can be viewed by either all or by priority. The tool uses a file named "user.tasks" to store the task data.
Recent comments (2)PriyanshuBisht46 months agoNice code but what is that in square brackets
Emoji Hangman
Made with Pythona fun and interactive game where you have to guess the secret word represented by an emoji. You have a limited number of attempts to guess the word, and with each incorrect guess, the cute hangman gets a little sadder. Can you save the hangman and guess the word before he runs out of chances?
Recent comments (4)JosephPrez6 months agoVery creative. I enjoyed the diff emoji faces and the play-again prompt. I am inspired. Nice touch.
PriyanshuBisht46 months agoOp sis I also want to do this so i will continue leaning