ABDOABDO11
@ABDOABDO11
This is no tutorial, this program will write the code for you! No joke! Just put your preferred prefix, add some commands for the bot, and the token!
Python
So I may not be a well known person here, but I saw the BramJam game jam and I decided I wanted to start a new trend on repl.it, Game Jams. or as I li
HTML, CSS, JS
How can I save variable values so the player doesn't have to restart the game every time the re run?
HTML, CSS, JS
NoelB33 What I would do is I would save it through localStorage, it’s really simple. There are some tutorials on w3 schools, and I made an example here: https://repl.it/@NoelBryan/Save-data-through-localStorage
3 years ago
SixBeeps There's a few ways to achieve this:
Create a database and send the data there
Store your variables as cookies
Create a "save file" system
etc.3 years ago