KiKUP
@KiKUP
Avid indie coder. Code in Python.
Hi, I was just wanting to repost my game for the game jam into the repl.it talk. Tell me what you think!
Python
MATTHEWBECHTEL Ah yes. I remember this one. It is probably one of my favorites. Nice job.4 years ago
Welcome to KiKUP's Hacking Game!
The game is not yet fully developed, but a working prototype is here for you to enjoy.
Instead of going for a basic
Hi,
I've never tried to HTML scrap, but attempted it none the less. It used a tutorial from The Hitchhiker's Guide to Python , and I'm trying to get m
bearableschemer What you're scraping is part of an html template. There's no content to scrape until the javascript for the page runs. The easiest solution is to use python to control a headless web browser but I don't know if that's possible on repl.it.4 years ago
Hello Repl.it community
With this tutorial, you will learn how to:
Color Text
Color Certain Parts of Text
Color Text in Different Languages
First, of
Hi there repl.it users, I just had a question that I needed answering for a game I'm making. I would like to store the amount of points someone gets i
kpostal10 As stated by TheDrone7 It is highly recommended to use some sort of external database. If you try to use a file on repl while sometimes it will work and save the data it will get corrupt at some point. As for making it unchangeable by any users, handling it server side and protecting it and using some sort of authentification system with tokens might be something you could look into.4 years ago
TheDrone7 The files in your repl can only be modified by you. As for the first part, I recommend using an external DB instead of files, since the data in the files will get reset everytime your repl is run.4 years ago
I made a project after learning a bit about sys in python. It will take a message and print it slowly (character by character).
Leave an upvote!
Python
Hi everyone,
I made this code to try to learn how to make a formula that reads a file and then uses a simple formula to discern how far to print the e
Python
Hi repl.it, I was looking through the community tab and I found a project named waiting simulator, but it was janky and didn't run well, so I learned
Python
The Line Logging [v1.4] program takes inspiration from a project I say a few weeks ago. I can't remember the name, but I wanted to try it out for myse
Python
I've been trying to share my code, but every time I go to post something and set the parameter to share, it always says I have to repls. Is there a bu
a5rocks If it still doesn't work, you can post a share post directly from the repl. Just click "share", next to "run". I know it works because I had the same problem as you xD4 years ago
themaka Sorry about that -- we spotted this error and began working on a fix earlier today, but didn't get a chance to deploy it. It should be fixed shortly.4 years ago
Vandesm14 It's supposed to force you to link a repl.
Sharing your code in a repl makes it easier for other people to run and view the code.
> Please upvote this if it helped you out4 years ago
This robot will break down your word in different ways, analyzing for length, vowel chance, etc. and will use the data and randomly create a word.
Ha
Python
1Ethan Hey, @KiKUP . I love the idea of this, make sure to update the post as I can't wait for the finished version.
Just a heads up:
image4 years ago