Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
I've watched 14 Brackeys C# tutorial lessons in 1 day
( https://www.youtube.com/watch?v=pSiIHe2uZ2w )
and made this game for 2 hours
SHOW CODE
Rate pls.
Offline
movens to creative
aka towwl
Offline
ayy lmao
I didn't read the whole thing but you could replace
Console.WriteLine("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
With
Console.Clear();
Would make it look better and less jitter
Offline
Additionally, you can use Console.SetCursorPosition() instead of redrawing the entirety of the frame.
*u stinky*
Offline
Next step is to do what Dwarf Fortress does and fake the console for higher and more stable FPS
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1734537420.7897 - Generated in 0.043 seconds, 12 queries executed - Memory usage: 1.41 MiB (Peak: 1.53 MiB) ]