0
RPG MAP
I am making a RPG game and i dont know how exactly the map is going to work. Can someone please help me out?
3 Answers
+ 5
https://code.sololearn.com/cd27b2ddlvN7/?ref=app
https://code.sololearn.com/cM0OntoPfmlo/?ref=app
These are my two codes with map system
+ 5
I actually highly recommend a map array like
char map[20][20];
and use it like
map[x][y]='@';
And make a function to print the map properly on console
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes