Skip to content
Open navbar menu
Sign UpLog In
Profile icon

plscodeinjava

@plscodeinjava
currently inactive on repl
  • JavaCraft V4.0

    Cover page
    Made with Java

    the REAL java edition ores update

    Recent comments (9)
    plscodeinjava
    plscodeinjava
    2 years ago

    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:

    1. Ores - this is the biggest change. We've now got coal, rubies, and emeralds!

    2. 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.

    3. 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)

    ArtyEevee
    ArtyEevee
    2 years ago

    UMMMM its confusing i got stuck i couldn't see myself im just like J BR R J BR R

    Bunnytoes
    Bunnytoes
    2 years ago

    this is cool but try to add java swing for the visuals(Just a suggestion :))

    plscodeinjava
    plscodeinjava
    2 years ago

    yooo 86 runs and its not even released yet lol

  • TicTacToeAI

    Cover page
    Made with Java

    ai for tic tac toe

    Recent comments (5)
    TheGooose
    TheGooose
    2 years ago

    U should make the AI more smart lol

  • Rapper

    Cover page
    Made with Python

    raps

    Recent comments (1)
    plscodeinjava
    plscodeinjava
    2 years ago

    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 hehe

  • Real square clicker

    Cover page
    Made with Python
    Recent comments (0)
  • Diagonal Array Traversal

    Cover page
    Made with Java
    Recent comments (1)
    plscodeinjava
    plscodeinjava
    1 year ago

    Type two numbers with a space between and it'll traverse them diagonally

Repls
Community
All Repls