Skip to content
Sign UpLog In
Profile icon

Dart Yes

Hacker
@Dart
"soon tm"
Repls
Community
Dart
Dart
published an Update
11 months ago
0
BlackJack with PyDealer
BlackJack with PyDealer
Blackjack using PyDealer!
So I started using an eco bot on discord that had a blackjack game built into it, i ended up really enjoying the game so I decided to recreate the classic card game in a program (without splitting or bets) just for fun. Was a blast to make and I think the code looks pretty too! Enjoy, -Dart
#games
#apps
#python
Dart
Dart
published an Update
1 year ago
1
q
Simple chat app using Flask & Repl Auth!
This is a simple chatroom that uses Flask and Repl auth. I thought it was pretty neat and a good example so here you go.
Dart
Dart
published an Update
1 year ago
0
im bot
im bot
I’m Bot.
A silly bot I made that will look for when someone says “I’m ….” and change their nickname to that before responding. Example: “I’m NotDart” will change your nickname in the server to “NotDart” and the bot will respond with “Hi NotDart I’m bot!” that’s about it lol, fork it and add your bot token in a secret to try it out :)
Dart
Dart
published a Repl
2 years ago
0
challenge #4
challenge #4for challenge #4 by @dynamicsquid
Dart
Dart
@DynamicSquid 2 years ago
Dart
Dart
shared a Post
2 years ago
This is just a simple password manager I made because I dont like the online ones. You need to run this localy with pyperclip and python installed! P
local password manager
Python
Dart
Dart
published a Repl
2 years ago
17
Click game
Click gameclick game lol
AidanWeller
AidanWeller
array s1 t1 = 0 score = 0 goto 35 display 2, 2 array x1 array x2 t = 0 rem clc a = rnd(2) - 1 b = rnd(2) - 1 x2[0] = a x2[1] = b text 0, 0, "score: " + score, 20, "black" x1[0] = "no" x1[1] = "no" score = score + 1 plot a, b, "purple" rem x = getclick() if x = "" then print "" else x1[0] = x[0] if x = "" then print "" else x1[1] = x[1] if x1[0] = x2[0] and x1[1] = x2[1] then goto 8 if t > t1 then goto 31 if x1[0] not = "no" then goto 31 rem print t t = t + 1 pause 100 goto 20 clc TEXT 0, 0, "you lose score: " + score, 25, "red" score = 0 pause 3000 rem menu display 1, 2 text 0, 0, "easy", 25, "green" text 1, 0, "hard", 25, "red" s1[0] = "no" s1[1] = "no" rem selection s = getclick() rem if s not = "" then s1[0] = s[0] if s1[0] = 0 then goto 48 if s1[0] = 1 then goto 51 goto 38 rem time limit t1 = 8 goto 5 rem time limit t1 = 5 goto 52 years ago
Dart
Dart
shared a Post
2 years ago
This is just an example I made after seeing a video about sorts. This is one of my favorites, the Cocktail Shaker sort. It was a lot of fun to put t
Cocktail Shake Sort
Python
Dart
Dart
shared a Post
2 years ago
when i try to link my freenom domain to my flask app it works when i add it on the freenom website but when i add it to cloudflare it stops working an
realTronsi
realTronsi
Are you running your server on 0.0.0.0?2 years ago
Dart
Dart
shared a Post
2 years ago
#basic
So I learned basic and decided to make this game, click the purple tiles fast and choose between two modes: hard and easy Hard gives you 5 seconds to
Click game
Basic (beta)
NathanJHoffman
NathanJHoffman
High score: 128. fun!2 years ago
FrancisPan
FrancisPan
Nice 2 years ago
SleepySid
SleepySid
noice Pretty BASIC2 years ago
Dart
Dart
shared a Post
2 years ago
Takes text and turns it into regional indicator emojis pretty self explanatory Enjoy, -Dart
TTE
HTML, CSS, JS
icodeletion
icodeletion
poggersterr2 years ago
RayhanADev
RayhanADev
Lmao this is good xD also look at you Dart posting something like every week :D2 years ago
TheRealSnowSJ
TheRealSnowSJ
nice quick tip: ( @Bookie0 u too) make the output textarea readonly I also didn't know you can use /* */ for js comments, interesting...2 years ago
Dart
Dart
shared a Post
2 years ago
after a few days of work and tweaks I’m finally ready to share this This is kind of like repl talk but it’s off topic so you can really talk about wh
H
HTML, CSS, JS
JacobMcPherson1
JacobMcPherson1
the only email I have is my school email and my school blocks emails from anyone who isn't from the school :(2 years ago
Bookie0
Bookie0
I can has special role pls? Dis one --------> 🤔 :) 2 years ago
Dart
Dart
shared a Post
2 years ago
Just a dice rolling website I made for my dnd club
Dice
HTML, CSS, JS
LegendaryWolf
LegendaryWolf
unlisted: low effort 2 years ago
Whippingdot
Whippingdot
bruh what is this lul...i can't upvote, sry, it is just a dice rolling website maybe make a game out of it2 years ago
Brendan23
Brendan23
@Dart doesn't have all the dice that d&d has but cool!2 years ago
Dart
Dart
shared a Post
2 years ago
If I wanted to make a game in python that’s text bassed, and I wanted to be able to play with someone else, would it be better to use a web server or
Baconman321
Baconman321
Websockets are quite worth it. That said, it really depends. If your game periodically sends data, you could always go for long polling (AJAX requests periodically). Web sockets allow connections between the server and the client without having to send additional headers each time a message is sent. Websockets are most of the time used for games, so yes I would definitely recommend websockets.2 years ago
Dart
Dart
shared a Post
2 years ago
Don’t upvote this lol I just wanted to make a post b/c I got @Dart instead of @Dartzii so I made this really dumb repl just so I could have the link h
Dart
Dart
Nayoar
Nayoar
epic project, have my upvote2 years ago
Kai_Justice
Kai_Justice
dart2 years ago
Dart
Dart
shared a Post
2 years ago
So this is a Google Search client if it was made in python and also the person who made it was stupid. The readmepls file explains how it works. I h
Gogl serch
Bash
Navinor
Navinor
dart big brain11 months ago
HrushalNikhare
HrushalNikhare
COOL but you're a mod and content creator gimme your channel link2 years ago
Dart
Dart
shared a Post
2 years ago
I’m bored so give me some things to make and I will try to make it to the best of my ability, and will link the repl in a reply to your comment (also
StevenDavis2
StevenDavis2
I am making a similarity test currently. It asks some questions, asks the second person the same questions, then compares answers and says what percentage of their answers were the sme. 2 years ago
StevenDavis2
StevenDavis2
@DartZII (Sorry, I always forget to do this.) 2 years ago
StevenDavis2
StevenDavis2
I recommend making checkers with a multiplayer option, chess maybe, maybe even connect 4. I thought of these and made some starter graphics for these Ideas. I love to make graphics and animation. If you ever need graphics and/or animation for anything just ask. I specialize in bitmap currently. Here are links to the starter graphics for those. https://www.piskelapp.com/user/6504469821390848 2 years ago
Dart
Dart
shared a Post
2 years ago
So I’ve always wanted to try and make a sort of interactive game in python, like tic tac toe or connect 4, I know there are a lot of tutorials on grid
Tic Tac Toe
Python
MonaJabir
MonaJabir
your mom1 year ago
KENNETHTRIPP
KENNETHTRIPP
May I fork it? I want to figure out how you made the computer make its moves. BTW nice project. I made one without a computer and it still took me forever. I can only imagine how much effort you put into this.2 years ago
SilvermoonCat
SilvermoonCat
pretty nice, but the computer is a little dumb 2 years ago
Dart
Dart
shared a Post
2 years ago
Hey so I made this website for krunker.io which is a cool browser FPS game. This is a website has a bunch of scopes for the hunter class for anyone to
Krunker scopes
HTML, CSS, JS
TsunamiOrSumth
TsunamiOrSumth
dId yOu gEt ThAt JoJo RefErEncE?????/???2 years ago
ShadowWalker258
ShadowWalker258
yo dude nice i play krunker do you maybe we can play together on krunker. 2 years ago
JBloves27
JBloves27
Nice!2 years ago
Dart
Dart
shared a Post
2 years ago
So I was browsing around the templates when I noticed the lack of a simple discord.py bot template so here I give you: Darts discord.py bot starter k
Discord Bot template
Python
DamianTubetv
DamianTubetv
what language do i use 1 year ago
angrydoge
angrydoge
FINALLY someone DOES IT thx u :DDD2 years ago
JBloves27
JBloves27
Pretty nice!2 years ago
Dart
Dart
shared a Post
2 years ago
So I was messing with base64 encryptions and a thought came to me, "what if I tried to make this" so here is my amateur approach to cryptography by do
Encrypting text with python! (*no imports*)
Python
zplusfour
zplusfour
when I insert an uppercase string, it returns nothing. image but with lowercase: image 2 years ago
GEISTCODER
GEISTCODER
Amazing. You got some true skill there2 years ago