Javier Greenwood
@DarkswordsmanJG
Nothing to do ):
I try to put a input and when I run it it doesn't register with the if statements I changed and tried to make sure but it doesn't work please help
Python
I was wondering if it was possible to make a working kind of screen in python that could be used to do some stuff. I would appreciate if you could giv
VulcanWM You can try using Flask for rendering html templates and doing backend in Python
Or you can try stuff like Kivy or Tkinker to make screens and some kind of OS layout2 years ago
It was a code I made while I was bored and it looked like a good code so might as well post it
Comment if I should make another one
Python
LuckyOreos Maybe add some colored text or something else!!! You can make a series if you add a little more or enhance it a bit!!!2 years ago
I am making a game called Quest for the Gem of Life. The run is going to be different in the full version. Please tell me if anything isn't working
C++
RevolutionRadio This is great! I don't have any complaints, and it's a great story as well!
I can't wait for more story and combat! The way the fighting works is really neat, as all should agree. And the story is something I would sit down with popcorn to watch. This is awesome, and I can't wait for more, Javier!
, Aren from your period 8 ;)2 years ago
figglediggle The combat gets stuck in an infinite loop. I like the atmosphere of the game though2 years ago
Totaly not a rickroll
click the link or copy it.
https://video-app-16.ryantadiparthi.repl.co/video_detail/%5BUPDATED%5D%20FREE%20ROBUX!%20NOW%20GIVES
Python
PinkyPinkovich Hmmm, seems legit, I think I should click this totally not suspicious link.2 years ago
My code keeps giving me errors and I don't know how to fix it. This confuses me because I have codes that look like this but don't give me errors. Ple
C++
Baconman321 From what I see, the first error is saying there is no variable with that name. Try checking for misspelling (happens alllll the time with me). Second, the rest are saying that your variable you are comparing is a pointer. Try dereferencing the variable, and all should be fine. If it's not supposed to be a pointer, check if you have any "*" in any variable declarations, because that means it's a pointer (pointing to where the value is stored in memory).2 years ago
RYANTADIPARTHI You are getting this error because you are trying to compare a variable to a boolean value. this is not correct syntax. Change that. and you will not have any errors.2 years ago
InvisibleOne Screen Shot 2020-12-17 at 8.51.45 AM
becuase when you are doing that, it is incorrect syntax. If you are checking if something is equal to something else you use '=='. If you simple use one '=' then the program things you are trying to assign that variable to a new value. Change your '=' in your if statements to '==' and it should work2 years ago
I have had trouble making it delay so that it looks like the characters are talking. I've looked for a couple hours and still haven't found away to ma
C++
Coder100 Easy
// thisthread::sleepfor example
#include // std::cout, std::endl
#include // std::thisthread::sleepfor
#include // std::chrono::seconds
int main()
{
std::cout 0; --i)
{
std::cout << i << std::endl;
std::thisthread::sleepfor (std::chrono::seconds(1));
}
std::cout << "Lift off!\n";
return 0;
}
`2 years ago
This is story text game in which you have to survive. I think this is a good story. I am still learning to code C++ so please tell me if anything goes
C++
ThisUserTaken umm you copied one of my repls called Pokemon Battle. did you make a post on it or did you just fork it? just making sure if its not copyright. cuz some guy said i copied yours, but you forked mine, soooo ye2 years ago