plscodeinjava
JavaCraft V4.0
Made with Javathe REAL java edition ores update
Recent comments (9)plscodeinjava2 years agoWelp, 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)
ArtyEevee2 years agoUMMMM its confusing i got stuck i couldn't see myself im just like J BR R J BR R
Bunnytoes2 years agothis is cool but try to add java swing for the visuals(Just a suggestion :))
plscodeinjava2 years agoyooo 86 runs and its not even released yet lol
-
TicTacToeAI
Made with Javaai for tic tac toe
Recent comments (5)TheGooose2 years agoU should make the AI more smart lol
Rapper
Made with Pythonraps
Recent comments (1)plscodeinjava2 years agoHEY! 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 nltknltk.download('words')from nltk.corpus import wordswords_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
Made with PythonRecent comments (0)Diagonal Array Traversal
Made with JavaRecent comments (1)plscodeinjava1 year agoType two numbers with a space between and it'll traverse them diagonally