Beluga Cat
@firedragondnd
I WILL HACK YOUR COMPUTER
0
I'm Out Of Ideas
I don't know, the short of the long is, i've run out of Python ideas, soooooo.... umm, if you can help me think of some, just say please, Thanks! Also these project ideas can be hard or easy, I'm up for a challenge!firedragondnd @MrVoo Thanks, this is very cool, and you've gave me an idea :) you'll see what it is soon1 year ago
3
8
0
My first Dragon Jam was a success! (Sort of, heres the link : Dragon Jam ) I enjoyed it a lot so i've decided to make...
Dragon Jam (#2)
The Jam star
Python
Hello , today is the day that I will be hosting my first ever...
Dragon Jam
The Jam will start now and submissions end at 12:00 AM (PDT) at APRIL 17 ,
Python
datboicatguy Ok here my submission:
https://replit.com/talk/share/my-game-for-the-dragon-jam-is-over-yay/1345492 years ago
How To Win
Uh basically make the snake crash into himself
WHAT
The snake grows every time you move
VERY IMPORTANT
This is just a fork from: https://re
Python
So I made the basics of a clicker game now I need to add some unique features to the game . What should I add?
HTML, CSS, JS
Muhammad_SJC @firedragondnd perhaps add afeature that let's you save an extra 1000 people per click?2 years ago
I'm making a clicker game and I want to do clicks per sec. How do I do that?
HTML, CSS, JS
Part 2 of my amazing Python Tutorial
Today we will be talking about printing and multi-lined comments. As I mentioned before. Multi-lined comments is
SaraGrier Python is the popular programming language these days the developers are learning the latest techniques to boost their knowledge. I have found the professional resume services updates about the python tutorials quite useful thanks for the tremendous recommendation.10 months ago
Screenshot 2021-02-12 at 8.05.08 AM
If I make a tutorial for Python will people be interested in it?
Bookie0 There are already several tutorials in Python, and it is a popular language, but yours wouldn't get much notice since there are many. So you could try and make one, but you should make a really, really, really cool one lol.
Or skip the whole tutorial and make something cool and original, like another language, or something precise with Python, etc! :D2 years ago
RYANTADIPARTHI yes, totally. Python is popular. You should make one. It is a good idea.
But make sure you have good, and diverse info in there.2 years ago
Is it possible to do example: alert("Hello"), in python?
firedragondnd I actually found a way
`import tkinter
from tkinter import messagebox
root = tkinter.Tk()
root.withdraw()
messagebox.showinfo("Title", "Hello")`
this code should work2 years ago
RYANTADIPARTHI
No
alerts are not possible in python. IT's just the console, so you can only do inputs. Nothing else.2 years ago
SixBeeps Alerts are not possible with Python, and is a JavaScript-only thing. We do have print(), as Abdulla stated, which is similar to console.log() in JS.2 years ago
You paid me 100 billion dollars π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€π€
HTML, CSS, JS
Why does my style only imply on my 'index.html' .I don't know why.
HTML, CSS, JS
RYANTADIPARTHI Solution
i think you already have your style.css file in your html, but if you want to connect all your html files, try this too.
and this
like that.
That should work2 years ago
Coder100 See this tag?
that's what you use to tell the computer that you want your page to be styled with the css in style.css.
Add this to all your HTML files.2 years ago
It only makes the background on the `` I want it to be on the full background.
HTML, CSS, JS
Game,website or any other crazy ideas!
RYANTADIPARTHI Here are some:
static website
dynamic website
portfolio
management
jumper game
3d game
running game
color picker
background color picker
login system
video
music
Ping me if you need more2 years ago
OldWizard209 @firedragondnd
You can literally make so many things with HTML, JS, and CSS. Here are some projects you can make:
A calculator
A website(maybe your portfolio or bio)
A game(like a shooting one cuz it takes less than an hour to implement functionality, there are some pretty good tutorials on repl.it.)
A quiz(maybe a customizable one?)
A to-do list...
Here are some links to help:
100+ project ideas
HTML Ideas
Or maybe search something up yourself...
GOOD LUCK (γ₯q ββΏβΏβq)
Hope this helps... 2 years ago
Pet_Clash.V(1.0) [AquaSecondOrder]
If this Post reaches 30 upvotes I will make version 1.5
Made by @firedragondnd and @ninja2k11
Inspiration By @coder
Python
Pet_Clash.V(1.0) [AquaSecondOrder]
Made by @firedragondnd and @ninja2k11
Inspiration By @coder100
Link:https://repl.it/talk/share/GAME-C-RPG-GAME/7847
Python
firedragondnd You can now actully look at my post : https://repl.it/talk/share/Pet_ClashV10-AquaSecondOrder/1197572 years ago
RYANTADIPARTHI Solution
indent your lines of code. That will solve the problem. Just move your code a few spaces according to if statements, classes, or def. Anything ending with :, tab your code.
it will work then.2 years ago
[SOLVED]
So I know how to save the data but I don't know how you can go back to that place and start over.
Just an RPG I made a long time ago. I just want to keep working on the storyline
HTML, CSS, JS