+ 1
Is there any substitute for the CURSES module in Python for Windows?
Curses was originally made in Linux, but even now it cannot be directly used on Windows. I was trying to make a quick snake game but couldn't due to this...
1 Antwort
0
in C# you can probably create an API using the console class
in C++ you will have to use the windows api for the console (probably what the dotnet console class uses). There are some things that do not translate well.