CarlJohnson
CarlJohnson
CC#
Created by CarlJohnson on 12/4/2024 in #help
Making a map for restaurant
Is it possible to move in the Console with a map like this.
text += "------------------------------------------------------\n";
text += $"| ¤ ¤ ¤ ¤ |\n";
text += $"| |\n";
text += $"| _____ _____ _____ _____ _____ _____ |\n";
text += $"| | {Tableids[0][0]} | | {Tableids[0][1]} | | {Tableids[0][2]} | | {Tableids[0][3]} | | {Tableids[0][4]} | | {Tableids[0][5]} | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ |\n";
text += $"| ¤ ¤ ¤ ¤ |\n";
text += $"| _____ _____ _____ _____ |\n";
text += $"| | {Tableids[1][0]} | | {Tableids[1][1]} | | {Tableids[1][2]} | | {Tableids[1][3]} | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ |\n";
text += $"| ¤ ¤ ¤ ¤ _______ |\n";
text += $"| | K | |\n";
text += $"| ¤ ¤ ¤ ¤ ¤ ¤ | A | ¤ |\n";
text += $"| ______ ______ | S | |\n";
text += $"| | {Tableids[2][0]} | | {Tableids[2][1]} | | S | ¤ |\n";
text += $"| ‾‾‾‾‾‾ ‾‾‾‾‾‾ | A | |\n";
text += $"| ¤ ¤ ¤ ¤ ¤ ¤ ‾‾‾‾‾‾‾ |\n";
text += $"| _____ _______ |\n";
text += $"| | 607 | | KASSA | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾‾‾ |\n";
text += "------------------------------------------------------\n";

return text;
text += "------------------------------------------------------\n";
text += $"| ¤ ¤ ¤ ¤ |\n";
text += $"| |\n";
text += $"| _____ _____ _____ _____ _____ _____ |\n";
text += $"| | {Tableids[0][0]} | | {Tableids[0][1]} | | {Tableids[0][2]} | | {Tableids[0][3]} | | {Tableids[0][4]} | | {Tableids[0][5]} | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ |\n";
text += $"| ¤ ¤ ¤ ¤ |\n";
text += $"| _____ _____ _____ _____ |\n";
text += $"| | {Tableids[1][0]} | | {Tableids[1][1]} | | {Tableids[1][2]} | | {Tableids[1][3]} | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ |\n";
text += $"| ¤ ¤ ¤ ¤ _______ |\n";
text += $"| | K | |\n";
text += $"| ¤ ¤ ¤ ¤ ¤ ¤ | A | ¤ |\n";
text += $"| ______ ______ | S | |\n";
text += $"| | {Tableids[2][0]} | | {Tableids[2][1]} | | S | ¤ |\n";
text += $"| ‾‾‾‾‾‾ ‾‾‾‾‾‾ | A | |\n";
text += $"| ¤ ¤ ¤ ¤ ¤ ¤ ‾‾‾‾‾‾‾ |\n";
text += $"| _____ _______ |\n";
text += $"| | 607 | | KASSA | |\n";
text += $"| ‾‾‾‾‾ ‾‾‾‾‾‾‾ |\n";
text += "------------------------------------------------------\n";

return text;
17 replies
CC#
Created by CarlJohnson on 10/22/2024 in #help
Why does this not print the firstname and lastname
No description
28 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
Need help with a bug
No description
16 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
Yo guys, i try to make a map structure for all my exercises i get from my course but i dont know how it works. I did it before with python but that is lot different than with c#. Does anyone of you can help me fix this so i can work organized. I use visual studio code.
23 replies
CC#
Created by CarlJohnson on 7/5/2024 in #help
✅ what do i need to follow to setup c#
I want to start learning c# after learning the basics of python. How do i start
24 replies