#java game
Explore tagged Tumblr posts
Text








I am in my nostalgic era so this time I had my hands on the good old Java games.
So far I had downloaded TS2 (base game version and the Castaway) and TS3 (also the base game + the Supernatural version).
And man I had a blast with the Castaway and Supernatural versions!!! Always wanted to have them as a kid, but unfortunately I could only play on my friend's phone.
P.S the TS2 Base Game on Java is boring as hell, I'd rather watch paint dry on the wall than play it again. The TS3 Base Game is fine but the Supernatural version has everything the base game does + some additional gameplay mechanics.
77 notes
·
View notes
Text


He goes to sleep at 23!
You are lucky I'm on vacation!
He so cute by the way-
2 notes
·
View notes
Text
Starting to look more like a real game. Now to add a box for level, a timer, etc... And have it take multiple hits to eat a food.
Might make it so the camera locks at the left and right borders too... (turn the sound off, its not supposed to be there o_o)
#bugs#isopods#bug game#phone games#indie games#isopod#rolly polly#indie java dev#java game#isopod food
6 notes
·
View notes
Text
#my polls#random polls#tumblr polls#poll time#poll game#polls#programming poll#coding poll#coding#programming#just wanted to see how many other people know how to code#if anyone sees this and has resources for people to learn code#please link it#thanks <3#java is the best language though
1K notes
·
View notes
Text
phil was ready for pherapy
dnp | we both nearly died on holiday
#dnp#dan and phil#dip and pip#dnp games#dnpedits#dnp described#id in alt text#waywardgifs#mydnpgifs#this video was such a rollercoaster#glad they survived!#the java script I was using to color my captions failed so have it plain lol
204 notes
·
View notes
Text
i built another town
#hi im back#yep im still alive#minecraft#minecraft house#minecraft build#cottagecore minecraft#minecraft aesthetic#italy#minecraft 1.20#mineblr#minecraft java#pc gaming#cottagecore#yes i know i keep on building the same town in different fonts#i like this style okay?#i love minecraft
2K notes
·
View notes
Text
wha... hey for those of you who have told me you've never played minecraft, or you have bedrock but not java... minecraft is. on sale? this thing NEVER goes on sale-
#seems like you cant buy JUST java from what i can see on this page. it's a java/bedrock bundle for $15#(the page shows $20 but that's including a bunch of shop junk you dont need. JUST the games is $15)#i guess buying JUST java isnt a thing anymore. i dont see that anywhere on the shop page lol#dungeons and legends are also on sale#mobile and switch releases too#i have no idea what the prices are in anything but USD sorry#hey pspsps if you've ever wanted to play skyblock now's your chance#chat
376 notes
·
View notes
Text
Bookworm (2002)
647 notes
·
View notes
Photo
Sonic Throwing Discus 'Sonic At The Olympic Games - Beijing 2008' JAVA Mobile Phones Support us on Patreon
114 notes
·
View notes
Text
some doodles (some of which I posted but)
#cuphead#mugman#cuphead au#cuphead art#cuphead fanart#cuphead game#cuphead show#cuphead don't deal with the devil#devildice#the cuphead show#art#king dice#the devil#tea kettler#elder kettle#lucile morningstar#luci morningstar#cuphead oc#ocs#original character#rooty float#siphi kettler java#holly kettler java#kitchen utensil family#the kitchen utensil family
108 notes
·
View notes
Text

Blaze the Microwave
#sonic the hedgehog#sonic#blaze the cat#blaze#art game too strong#shoutout to java for sharing this with me
44 notes
·
View notes
Text
A redraw of their proposal. Not much to say other than at least my character design and perspective have improved. Can't say the same for my shading capabilities.
#cuphead#cuphead parents#cuphead au#kitchen utensil family#the kitchen utensil family#fanart#cuphead oc#the cuphead show#cuphead show#cddwtd#tea kettler#joe java#ship art#cuphead fanart#cuphead dont deal with the devil#cuphead art#cuphead game#they got married pretty young.
55 notes
·
View notes
Text
Its crazy what mistyping a -/+ or >/< can do.
Fixed the weird disappearing on the left items.
#java#java game#indie java game#isopods#isopod game#bugs#bug game#indie game dev#java dev#rolly polly
2 notes
·
View notes
Text
Looking for PC Gamer and Digital Tabletop Friends!
Hi there! My name's Spike and I'm looking for people to join a small gaming discord server with the following qualities: -18+ -Queer/LGBT/down to hang w us -Have a PC/interest in TTRPG Games
Here are some of the games we are planning on playing if we can get enough interested people: - Lethal Company - Content Warning - Deep Rock Galactic - Satisfactory - Halo MCC - Atlyss - Buckshot Roulette - Minecraft (Java) - Terraria (light Mods) - Risk of Rain 2 (light Mods) - Risk of Rain Returns (light Mods) - Helldivers 2 - Space Engineers - DND 5e - Pathfinder 2e - Lancer - F.I.S.T. (PbtA title)
Send me an ask with your discord username if you're interested, or spread this post to help get it to people that might be interested!
#discord server#discord promo#Lethal Company#Content Warning#Content Warning game#Deep Rock Galactic#Satisfactory#Halo MCC#Risk of Rain 2#Risk of Rain Returns#Atlyss#Buckshot Roulette#Minecraft#Minecraft java#Terraria#Helldivers 2#Space Engineers#DND 5e#Pathfinder 2e#Lancer#F.I.S.T.#powered by the apocalypse#gaming promo#Gaming lfg#looking for group#looking for friends
32 notes
·
View notes
Text
Venture! Unfortunately for me they have dragged me back into the hell that is Overwatch, I have been unsuccessfully ignoring their existence since their release and finally caved into re-downloading…
#My art#venture#sloan cameron#overwatch#Overwatch 2#venture Overwatch#the other thing was me deciding to try figuring out gyro steam controls via fucking around in tf2’s training mode#and while it was in fact fun I realised how much I missed throwing myself around the stage as mercy when using medic#that and the multiplayer scares me more than ow since I can’t aim for shit and the game has been around since 2007#the gyro controls worked better than I thought tbh#catch me doing everything I can to not use mouse and keyboard#ever#shout out to steam inputs for controller use in mine craft Java#anyway these tags are rambling and no longer relevant whoOPS
72 notes
·
View notes
Text
Learn how to explore a grid and find a goal point with breadth first search in this pathfinding tutorial. You will use Processing and Java to code the breadth first search pathfinding algorithm and create a graphical demo so you can see it in action.
In the last tutorial, we programmed depth first search and watched it explore a node graph. In this tutorial we will program breadth first search and watch it explore a grid.
The breadth first search algorithm will add every unexplored adjacent node to a queue, and explore all of the added nodes in sequence. For each node explored, it will continue to add the adjacent unexplored nodes to the queue. It will continue to do this until the goal is found or all connected nodes have been explored.
#gamedev#indiedev#maze#pathfinding#game development#coding#creative coding#programming#Java#processing#search algorithm#tutorial#education#breadth first search#grid
18 notes
·
View notes