Community » Forum » Feedback » Developer Community

spacetinker
Businessman   VIP
Quoting MrBird:

It doesn't work for me. Probably because I'm on a school Chromebook.

i'm also on school chromebook
I think in chrome it's like Ctrl-i to inspect but that is not working either
I think to use it we will need dev-tools
spacetinker
Businessman   VIP
also can you assign ids to bodys in html?
I think it will really help for the third game on GitHub that i'm making
masterplayer833
Mogul   VIP
You are not copiing the source, a game like this has both a back end and a front end, or it is a dynamic website. You are coping what the server gives you. To actually make a copy of moneygame you need the most important part, the backend. This contained the logic for everything else. And it may be dynamic in which you are just coping the code generate by the server, and the server is what we really need.
masterplayer833
Mogul   VIP
ctrl-shift-i
Eram
Mogul   VIP
Oh okay
masterplayer833
Mogul   VIP
Yeah, so we need to reverse engineer it all.
Eram
Mogul   VIP
That's seems a bit hard but it doesn't hurt to try though
spacetinker
Businessman   VIP
so can you assign i'ds to bodys?
MrBird
Mogul   VIP
Btw I do not know how to code so I have no idea how I'm going to copy moneyga.me. I'll probably use tutorials.
Eram
Mogul   VIP
Quoting spacetinker:
so can you assign i'ds to bodys?


I think so
First ... 26 27 28 29