This repository contains mini programs for your requirements like - number guesser, stone-paper-scissior, snake game, calculator, password generator etc.
🛠️ Tools: This folder contains basic programs which can be useful.
👾 Games: This folder contains mini games.
💡 Index: Contains index for tools that have been made by collaborators.
🤝 You can make the programs which can help other people.
❓ You can also refer to Ideas for topics.
💭 If you have any other idea, you can also update it to Ideas section of readme.
1. Snake Game 🐍
Classic game in which a snake turns using the up,down,left,right keys.
snake.py by peppergreen00
2. Number Guesser 💯
Game in which user guesses a random number generated by computer in limited tries
guess.c by hypernovaradiation
Number Guesser.apk by Silky1099
3. Random Number Generator 🔀
A random number generator
randnum.c by hypernovaradiation
randomnum.py by Isurugunarathne
4. Rock Paper Scissor ✊
Game in which user will play stone paper scissors with the bot
rock_paper_scissors.py by DanielJ-OBrien
5. Dual Dice 🎲🎲
A tool which can help when their is no dice for playing a game like backgammon
dice_roller.py by DanielJ-OBrien
6. Calculator 🧮
A simple calculator (GUI / Non GUI)
arithmetic_calculator.c by Silky1099
arithmetic_calculator.java by Silky1099
7. Tic Tac Toe ❌⭕
Classic Tic Tac Toe game
tictactoe by anjalibarnwal31
tic-tac-toe.apk by aniketh911
8. Dice Roller 🎲
Dice rolling program for generating random numbers as per requirement
dice_roller by DanielJ-OBrien
9. Youtube Downloader 💾
Download youtube videos just by providing youtube link
youtube_downloader by Nitin Kumar
10. Black Jack Game 🃏
Card game whose object is to be dealt cards having a higher count than those of the dealer, up to but not exceeding 21
black_jack by Akshat Bhat
11. Gmail Dictionary Attack ☠️
Script to perform Bruteforce attack/Dictionary attack on Gmail
dictionary_attack by Nitin Kumar
12. Password Generator 🔒
Script to generate a strong password
password_generator by Jerry Zhu
13. KBC Quiz Game 📝
Popular KBC game with sounds and graphics
kbc.py by Nitin Kumar
14. Stenography Project 🔏
Encrypt or decrypt messages without letting the other person understand your secret message
stenography_project by Nitin Kumar
15. Coinflip 🪙
Flips a coin for heads or tails
dice_roller by DanielJ-OBrien
16. Typing Speed Test 📈
Program which determines the approx typing speed of user by making him type some paragraphs
typing_test by shruti73
17. Tetris Game 🏢
Prevent the blocks from stacking up to the top of the screen for as long as possible
tetris by darkrain0
18. BMI Calculator
Calculate the BMI by giving required data as input
bmi_calculator by darkrain0
19. Random Date
Generate a random date
random_date by PRO-GUNE
1. Bulk Rename 📦
Bulk rename tool which renames multiple files
2. Flappy Bird 🐦
Game in which a bird flies its way through obstacles by clicking/tapping
3. Touch Typing Tutorial ⌨️
Program for teaching a user 'touch typing'. Touch typing refers to typing without looking at keyboard
4. Journal Maker 📒
A simple text editing app which appends current date and time before entering text
You could also contribute to Logic_Builder by Shashwat-Gupta through :-
- Adding problems as well as solutions for problems
- Adding algorithms for solving a problem effeciently