✅ No screen render
I'm trying to make a 2-dimensional render in the console(for myself) and I finally don't have a cross render in the console, what could be the problem?
6 Replies
output:
Ping me if you have a question or answer
Keyboard_Key = Console.ReadKey();
this line will block execution
and thats in your update loop
you probably want to check if a key is available before reading to prevent the blockThanks, I'll check it out
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.