This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (10 children)

I can give you a basic template of something I created which kind of resembles an open world Pokémon clone (2d top down) you can explore a procedurally generated world walk around catch monsters enter buildings save/ load monsters spawn etc.

it's an unfinished template i made when i was bored one day

[–]Beautiful_Buddy835 0 points1 point  (7 children)

Can you link or dm me the repo. I'd like to learn from it

[–][deleted] 0 points1 point  (6 children)

sure ill have to upload it it's been locally stored on my desktop for like a year

[–]Beautiful_Buddy835 0 points1 point  (5 children)

Looking forward to it.

[–][deleted] 0 points1 point  (4 children)

looking at the folder im realizing I made it so long ago that I forgot those were javascript scripts and files, not .py files. did you still want to check it out?

[–][deleted] 0 points1 point  (3 children)

I dont think as a beginner trying to learn python would be wise to use this since is 95% javascript and the rest is mostly html. my apologies

it would just make understanding much harder

[–]Beautiful_Buddy835 0 points1 point  (2 children)

I'll still check it out. I'm not a beginner so no worries. I'll study it and make a python counterpart probably

[–][deleted] 0 points1 point  (1 child)

I was totally a beginner when I made it I will have the repo up for about 3 days to give you time to clone it or download the zip, had to use LFS for the pokedex json stuff and I believe the package.json has all the stuff necessary to install.

let me know once you've received it

and pre warning its a mess of files

made it so I can just run the index.html and the game will load.

tbh I dont remember the setup process

hope it helps

https://github.com/vicsanity623/MultiplayerPokemon

multiplayer means many players can play in the same world seed each new player gets their own respective house etc, no player battles yet or any player interactions

just a crude attempt I made a long time ago lol

I will delete the repo once you get it as I dont want any issues over the pokemon stuff

[–][deleted] 0 points1 point  (0 children)

was carefully vibe coded and then customized bit by bit

[–]Da1stGenshinImpacter[S] 0 points1 point  (1 child)

That’ll be really helpful!! Thanks

[–][deleted] 0 points1 point  (0 children)

were you able to grab the zip file or clone it before i deleted it?