Gdevelop Casual Game Development Stream Part 26 [Create Password Reset Code & Plans For The Server]
New plans and architecture for the server (basically I am removing the need to ask users for their emails and hence removing the need for sending them emails at all): 00:00 to 08:57 Password reset code generation: 09:06 to 50:08 More scripts which we still have to write: 50:19 to [End Of Video] (You can watch the video at 2x speed to save time) Download the final apk from here (for the standalone version of the game. That is, the version with no networking capabilities): https://github.com/ayushraj1024/soulhunterdowntownstandalone/tree/master/apk At this point I have made two repositories for the game. One is the old repository where the game has networking and leader-board functionality (Which is yet to be implemented). The other one is the new one made today and that version of the game does not contain networking functionality and is a self contained standalone game. I did that because not all games require networking and leader-boards so if you are b...