You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should see your Repl being initialized - this might take a few moments to complete.
Once your Repl is ready to run, click Run ▶️ at the top of the screen. Once C++ starting process is complete, your Battlesnake server will start and you should see the following:
clang++-7 -pthread -std=c++17 -o main main.cpp; ./main
Server waking up...
However, my output when I press run is the following:
> sh -c make -s
make: *** No targets specified and no makefile found. Stop.
exit status 2
The text was updated successfully, but these errors were encountered:
OneBogdan01
changed the title
Template does not run on replit
Template does not run on Repl.it
Apr 21, 2023
I have followed your instructions:
Login to your Repl.it account.
Click the 'Run on Repl.it' button above, or visit the following URL: https://repl.it/github/DAChenScratch/Starter-Battlesnake-Cpp-with-replit.
You should see your Repl being initialized - this might take a few moments to complete.
Once your Repl is ready to run, click Run▶️ at the top of the screen. Once C++ starting process is complete, your Battlesnake server will start and you should see the following:
However, my output when I press run is the following:
The text was updated successfully, but these errors were encountered: