EchoSingh / SnakeGame

Simple Console Snake Game
MIT License
0 stars 0 forks source link

Support for Linux plox #1

Closed suvanbanerjee closed 4 months ago

suvanbanerjee commented 4 months ago
[suvanbanerjee@elitebook-830-g5 SnakeGame]$ g++ SnakeGame.cpp -o SnakeGame
SnakeGame.cpp:2:10: fatal error: conio.h: No such file or directory
    2 | #include <conio.h>
      |          ^~~~~~~~~
compilation terminated.

getting this error while compiling

EchoSingh commented 4 months ago

Although tailored for Windows, if you're operating on Linux, consider utilizing the following libraries:

include // Essential for usleep

include // Necessary for kbhit and getch

include // Required for kbhit and getch"