Immortal

Results 5 comments of Immortal

Hey, I would like to work on this.

@moonpatel Pre move feature is almost complete, I want to know does Play Online game works? and if yes then how can I play to test it. It just shows...

actually fetch url was wrong and it also doesn't contains the content type property, it is currently `const response = await fetch(`${import.meta.env.VITE_BACKEND_HOST}/api/user/friends/${form.values.username}`, { method: 'POST', credentials: 'include', body: JSON.stringify({ username:...