"soon tm"
0
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,
-Dart1
0
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 :)0
challenge #4for challenge #4 by @dynamicsquid
4
1
0
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
Python
17
Click gameclick game lol
179
2
17
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
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
Python
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
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 toBasic (beta)
Takes text and turns it into regional indicator emojis pretty self explanatory
Enjoy,
-Dart
HTML, CSS, JS
RayhanADev Lmao this is good xD
also look at you Dart posting something like every week :D2 years ago
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
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
HTML, CSS, JS
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
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
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 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
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
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
Bash
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 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 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
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
Python
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
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
HTML, CSS, JS
ShadowWalker258 yo dude nice i play krunker do you maybe we can play together on krunker.
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
Python
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
Python
zplusfour when I insert an uppercase string, it returns nothing.
image
but with lowercase:
image
2 years ago