plscodeinjava
@plscodeinjava
currently inactive on repl
1
Complaint about spotlight - why does this not work?
I used pygame to make this repl, and in order to run it, the user needs to type stuff into the console. However, in spotlight, you can't open a text window along with a pygame window like you could before. This is really bad, and I'm hoping this could get fixed i didnt know which board to put this in
heres the link
https://replit.com/@plscodeinjava/Agmaio-Commands?c=14953021
15
1
0
DIAGONALLLEY ARRAY TRAVELRYerssal
Type two numbers with a space between and it'll traverse them diagonally26
1
0
0
Rapperraps
Rapping program! Create your own rap!
HEY! ANOTHER POST FROM ME! YAY
buttttt this time we have a twist: it's python gasp
ok so basically instructions are pretty simple
type a sentence with [x], [y], and [z] in it (you actually don't have to make sure cus my program doesnt actaully check that lol, but otherwise it won't rap right sooo)
for example something like this (make sure there's not a comma next to any of the variables):
[x] is cool, [y] is drool, [z] rules!
(interesting example lol)
anyways yeah, have fun!
if you want to learn how this works.....
i'm using nltk, idk what that is but it's some sort of python dictionary module, so pretty cool
i get a word list from it using:
os.system('pip3 install nltk')
import nltk
nltk.download('words')
from nltk.corpus import words
words_list = words.words()
then i basically just choose random words, and test for a rhyme by seeing if the last 3 letters of each word match up, and that they aren't the same letter
welp! HAVE FUN! AND LEAVE COMMENTS PLZ hehe56
1
0
7
JavaCraft V4.0the REAL java edition
ores update
JavaCraft V4.0 - Ores update!
Repl Talk Badge
Welp, I'm back. Yayyyy!
So, does anyone remember version 3.0? If you don't, here's the link:
V3.0
I've added a TON of new stuff, soooo here we go:
Ores - this is the biggest change. We've now got coal, rubies, and emeralds!
Crafting - obviously, with different ores, you can't mine all of them right from the start. I've added crafting, and for the reason in the next addition.
Pickaxes! You start with the fist pickaxe, and can upgrade through crafting to better ones which can mine better ores.
And that's it! This took a REALLY long time to make (almost 2000 lines of code!), so plz upvote!! (wait, do we still have upvotes anymore? shrugs). I really hope you like it! You should be able to find all of the controls when you run the game, but if you have a question, leave a comment!
Also, LEAVE SUGGESTIONS FOR THE NEXT VERSION! (new biomes maybe? Ooooh)
173
9
7
This is based off of my solution to a usaco problem called mooyo mooyo. The way this game works is that you input two number separated by a space, i'e
Java
Bunnytoes this is pretty cool, but 2 things, prompt the user to enter the numbers because I thought that the wifi was acting up and it wasn't loading and 2 can you please help me with a java project2 years ago
So basically, you get an array of arrays
[[1, 2, 3],
[2, 3, 4]]
you have to print the array diagonally, so in the example above, the program would pri
Java
i thought some of yall might want to play tic tac toe
even tho its just tic tac toe
but still
its always fun to code
so these versions are kinda diffejava
ruiwenge2 Nice
I also made a connect 4 game with multiplayer (in one device or in different devices): https://replit.com/talk/share/Connect-4-The-online-version-play-on-one-device-or-on-different-devices/1420682 years ago
bookie0 recently commented on weekly challenges saying where frontend part
what even is a frontend
or are they just joking
Bookie0 Yeah it's mostly because I consider myself better at the frontend part than backend coding, and was (jokingly) asking where it would be, because I'm better at that part lol.2 years ago
Coder100 Frontend is the website part, like the visual part.
The backend part is the stuff that actually does the magic, like databases and things the user otherwise cannot see.
Frontend is usually just 3 languages: HTML, css, and js. If you get more into it, you will also discover reactjs and the god nextjs that replit uses!!!
An example of backend is something like nodejs and go, which replit uses.2 years ago
ch1ck3n its the html part
the part you see on the website
you see there's a backend and frontend on a website
the backend is the server where all of the fancy calculations are made
the frontend is what you see on the browser
ta2 years ago
146
JavaCraft V3.0sticks and stones may break your bones, but running this game surely won't hurt
-ascii minecraft clone! i hope u like it
3.1K
130
146
Repl Talk Badge
EDIT: 7/3/2021 - I AM AN IDIOT lol i commented out the tree code before posting this ><
trees should work now hahah
EDIT: 7/4/2021 - I
Java
Hello everyone!
I'm back after not posting for like a couple months, I've had some issues with repl.it being blocked and not being able to sign in, bu
Java
Dunce Very cool! it would be nice if you could move with A and D, or the arrow keys, instead of with R and L though.2 years ago
V1.0
there are some bugs lol
first of all
messages show up alphabetically instead of chronologically
and you cannot use ANY symbols other than letters
Java
plscodeinjava @EpicGamer007
@DynamicSquid
i'm changing the userdb and sentdb links because they were a day old2 years ago
DynamicSquid Cool! This is the first time I've seen something like this done using Java.
How does it work? Is it just accessing ReplDB?2 years ago
Whenever i go check on a repl, it never loads for some reason (the code never shows) do any of you guys know what the domain repl.it uses for the repl
when i try to sign in it just keeps loading and never signs me in
so what is the link to the database repl uses for the account i need to know so my p
19wintersp AFAIK, the only domains it uses are "repl.it", "assets.hcaptcha.com" and "hcaptcha.com".2 years ago
Welcome to JavaCraft!
JavaCraft is a Minecraft clone using text to represent blocks and the player. It's set in a 2d world. The current features are m
Java
DepthStrider03 what it doesnt do anything! I just ran it and it says there is one error and "compiler exit status 1"2 years ago
So, the way I found out about replit was that one of the classes i took had me make a replit account to store my code in. However, this happened when
DynamicSquid For school, users under 13 are allowed. For personal accounts, users under 13 aren't allowed. Read more here: https://repl.it/site/terms2 years ago
RYANTADIPARTHI The age is for talk, but people can still make repls, and all, even though they are not in the age limit. it's 13. But people don't follow that.2 years ago
Coder100 The age 13 requirement is only for repl talk. I recommend you thoroughly read the TOS so you know what you can and cannot do :)2 years ago
Oneline Lang
----------------------
Oneline is a java-made programming language. To find all that it can do, simply read README.md in the repl below.java
Thank you to:
@AbhayBhat otherwise known as @EpicGamer007 for the amazing database!!!
@Coder100 for showing me how to add multiple databases!
Notes:
I
Java
AmazingMech2418 Just make a new server and include URLEncoder.encode and URLDecoder.decode.2 years ago
Thank you to:
@AbhayBhat otherwise known as @EpicGamer007 for the amazing database!!!
@Coder100 for showing me how to add multiple databases!
Notes:
I
Java
So basically, I need multiple SEPERATE databases for my repl project. But the problem is, there is only one REPLITDBURL per repl... So, pls help i nee
Coder100 Then take it?
So like, in the first repl, just take the REPLITDBURL, usually I would do this:
$REPLITDBURL
in ctrl+shift+s
anyways, after copy and pasting that DB URL, in the .env file of the second project:
REPLITDBURL=https://kv.kochman.repl.co/.....
and replace that URL to yours lol, very easy very simple right?2 years ago