Date: 2024-12-02 22:02:31
Score: 2
Natty:
- Console.Clear(); //this wipes the map
- Console.SetCursorPosition(x,y); //your new x and y coordinates or whatever other name you're using for map coordinates
- Console.Write('@'); //this places your character
Reasons:
- Low length (0.5):
- No code block (0.5):
- Low reputation (1):
Posted by: Kevin Spencer