Alexander Tarnavski
@AlexanderTarn
There are over 1M words in the English language, but I can't string a length of words to show how much I love coding.
-Me to my LASS teacher
1
Treasurer HunterA new spin on the classic "Hot and Cold" game, created in Python Using Turtle!
Find the treasure in the least amount of clicks Possible!
Blue = Cold
Yellow = Warm
Orange = Hot
Red = Found!
You can copy my code if you find any of it interesting or useful, just be sure to credit me :)
17
0
1
2
Two Player Tic-Tac-Toe!
Play Tic-Tac-Toe using python's turtle canvas! First player is always X, and second player is always O. Check the console to see who won the game!0
Atom BuilderAdd Protons, Neutrons, and Electrons to an Atom and learn about it!
#game
Build your own atom with Atom Builder!
Explore chemistry with Atom Builder! Modify your atom's protons, neutrons, and electrons and learn about the atoms themselves along with the laws that rule over atoms.
How to use:
Read all the instructions, and click anywhere to close the pop up
Use the button panel to modify your atom, and use the information on the right to learn about your atom
33
1
0
3
RPGAnother RPG game found on this website
Inus
Inus is a text based RPG with 4 current endings, and a nice story and plot.
Expected play time: 30 minutes.
If this gets game gets attention, then I may rewrite the entire code to include inventory and have less bugs.68
5
3
I don't have a problem with my code
I have a problem with my mind.
Can people please give me inspiration.
RYANTADIPARTHI Here are some ideas
hangman
tic tac toe
random number generator
random word generator
calculator
age calculator
future age calculator
guessing game
birthday guesser
2048
UNO2 years ago
Wumi4 What about making a interpreter/compiler? Seriously, they always urge me to make one. I like to create them. I'm having an idea for a programming language that is a combination of mostly Rust and Ruby, and some of its own color. It looks somewhat like this:
// The Point struct
// f32 is float
// And this is a comment btw
struct Point
x is f32,
y is f32
end
// Customize how the interpreter
// prints the Point struct.
// This is from Rust.
with Point as point,
prints point.x, point.2 years ago
IntellectualGuy If it's python then here are some to get you started:
2048
Text adventure game
A simulator
hangman
War game
Animations
Clicker games
An arcade game (Kind like Space Invaders or Pacman)
A randomizer (generating a random number or string)
A guesser (The same as above just guessing it)
A website where people can talk about coding (Kind of like repl.it talk)
Any sort of game
You could also just
Make a tutorial of something on repl.it
Learn a new language
Please mark this as the answer if this hel2 years ago
This is a poll.
Just write the integer that corresponds to the statement that answers the question.
You can also see everyone else's anonymous answer.
Python
programmeruser Note: files that are changed when someone that's not the owner aren't saved, you should probably save to repl.it database.2 years ago
It's pretty simple.
You are a janitor.
You have to clean the dungeon.
Go clean the dungeon.
...
Oh your still here.
To move, use AWSD.
And if y
Python
NathanielLamson its unbalanced, obtaining another steel mop should increase your attack by 1 so you can continue going infinitly11 months ago
NathanielLamson repl dies consistantly when you finish the first dungeon and do another and attack a mob1 year ago
Let's go through my world
I have a very good idea for a code
I build the code
I post the code
I get some recognition.
User has an idea
User buil
Python
Today I will try to explain pseudo random and why quantum random is better.
Pseudo Randomness
What is pseudo random and why is it terrible?
Pseudo r
Python
Coder100 You have an extra ":
image
btw you might want to rewrite this so it is more of a continuous lecture rather than a bunch of short sentences.2 years ago
Today I will try to explain pseudo random and why quantum random is better.
Pseudo Randomness
What is pseudo random and why is it terrible?
Pseudo r
Python
IT'S BACK!
The BEAN shell is back!
Since everyone liked it, I want new people to see it
I also added new changed to make the BEAN language better
chec
Python
I was reminded of this magic trick while I sat in math class.
Basically, to use this program you answer whether you see your number in a list.
After
Python
Atom Builder is a program where you build atoms, hence the name.
Use the control board to add protons, neutrons and electrons
On the right side are
Python
SixBeeps Very nicely made. Though, for the charge in ion form, I've usually seen the sign go after the number (for example, He²⁻ instead of He⁻²). Also, there shouldn't be any 1's in the charge, so C⁺ instead of C⁺¹2 years ago
I have a multiplayer replit with my friends, which was created to be able to post since the team repls cannot be posted, and I get this error when I t
PattanAhmed @AlexanderTarn Hi,
You can try manually installing the packages using pip
Hit Ctrl + Shift + S in order to get into Shell of your Repl.
Hope this helps2 years ago
So me and my friends have created a team replit, but when we finished we realized there is no share button, can someone help us please?
Coder100 There is no share button because teams are teams, not accounts.
You will have to post the repl yourself.
image
Just paste in the URL of the repl. You may have to do it twice.2 years ago
I couldn't add to the template page, because I recently learned it was for a competition not for people to use, So I am using it here. Please tell if
Python
So I recently learned how to use files and a I made this when @MrEconomical gave me inspiration. Now please enjoy this and don't use no-no words. Also
Python
Tell me stuff to do. Please. I don't know what to do.
I am working on the corruption game and I have found the error, but in order to fix the error I need to figure out how to replace a line. Also there i
Geocube101 def replaceFileLine(path, index, new_line):
f = open(path, 'r')
lines = list(map(str.strip, f.readlines()))
f.close()
f = open(path, 'w')
lines[index] = new_line
f.write('\n'.join(lines))
f.close()
path - The path to the file to modify
index - The index of the line to replace (starts at 0)
new_line - The new line to insert into the file3 years ago
It's like Know Your Meme, but better! worse!
Please enjoy and don't use comments use the feedback option. I will update when I can.
Python