I've been designing an RPG game for about 4 years now. I am a self-taught programmer of about novice/intermediate skill. I am looking for a partner to discuss programming with because a few aspects of the game are proving quite challenging. It's not a very complicated game and will not require a game engine because it's pretty much just text based with only some graphics. If you're curious I will send you the github link.
Right now i'm making the map generator prototype which uses 25 tiles, 5x5, 32px x 32px using raw tile data of 0 and 1 to indicate where to draw the tiles. Below is the pseudo code I just wrote to get started.