Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Himel Sarder
@AntuSarder
Python Developer | Front-end Development | Student of Computer Science and Engineering
Khulna, Bangladesh
GitHub
Public Apps
Hey Guess me Game
12 months ago
"Hey, Guess Me" is an interactive number guessing game where players attempt to guess a randomly chosen number within a specified range. With three difficulty levels to choose from, players can enjoy the challenge of guessing the number with limited attempts.
1 fork
Blackjack Game
12 months ago
This is a simple command-line implementation of the popular casino game Blackjack (also known as 21). The game allows players to play Blackjack against a computerized dealer, with the goal of getting as close to 21 points as possible without going over.
2 forks
Silent Auction - A Python Dictionaries Project
12 months ago
The Silent Auction project is a Python script that allows users to participate in an auction by submitting their bids anonymously. After all bids are submitted, the program determines the highest bidder and announces the winner without revealing the identities of the other participants.
1 fork
HangMan Game
12 months ago
This is a simple text-based implementation of the classic word-guessing game. The objective of the game is to guess the hidden word before the hangman is fully drawn.
Caesar Cipher - A text encoder & decoder
12 months ago
Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.