Lucas D
@CircuitSacul
Pythonista & Rustacean.
I wasn't sure where else to ask this question, so I'm just going to ask it here. Do all posts in "share" have to be hosted on repl.it? Can I share an
Coder100 Well, in share you do have to attach a repl, but at the end of the day, you can share anything.
Make sure to read the rules!2 years ago
I have some dependencies for a repository that I'm trying to import to repl.it. With normal repls, there is the "packages" button, where I can import
Coder100 When you import a repo, the language is bash. Bash is a terminal language, and there is no package manager. However, when you set the language and your repl changes to the language in question, the package manager shows up because of the language.2 years ago
CircuitSacul Hmm nevermind, the packages button just showed up. I don't know why, but when I first import a repo there is no packages button. I don't what I did to make it appear, or if it just appears after a while. If anyone knows why, please tell me.2 years ago
An unbeatable artificial intelligent TicTacToe. Works using Q-Learning and trained on over 1 million games.
To play, run the repl, select the first o
Python
A dodge ball game that entirely uses a GUI instead of console. As you play, you will level up and more balls will be added. Please up-vote.
Pygame
Gives you a template to start a pygame program with. This one basically puts a ball that moves in a random direction wherever you click.
Pygame
katyadee Hey there, this is great! Do you think you'd be interested in giving more info? Maybe you could turn this into a tutorial.4 years ago
Demonstrates how to easily create colored text without any libraries! Feel free to copy/paste.
Python
A dodge ball game with only text! Use the J and L characters to move your character (the 'D') It is easier to play if you open it(top right) button.python