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
The csnaketerm formula Formula/csnaketerm.rb has been tested on Linux (Ubuntu 20.04 LTS) but not on macOS at the time of writing. If you are a macOS user, the owner of this tap would like to invite you to perform the following test case to confirm that csnaketerm works as expected on macOS. Submit your results of the test case by (1) specifying the version of macOS you are using (e.g. Mojave, Catalina, Big Sur) and (2) upload a screen recording of your terminal when performing the test case.
Before performing the test case, ensure that:
The DonaldKellett/games tap has been added: $ brew tap DonaldKellett/games
Any existing installation of csnaketerm has been removed: $ brew uninstall csnaketerm
Any existing game data has been erased: $ rm $HOME/.csnaketerm
The instructions for the test case are as follows:
Install csnaketerm from this tap: $ brew install csnaketerm
Check the exit code of the previous command: $ echo $? The output should be 0
Try to access the man page for csnaketerm: $ man 6 csnaketerm If successful, you should be able to scroll using the arrow keys and press 'q' to quit
Check the exit code of the previous command: $ echo $? The output should be 0
Start the game: $ csnaketerm The terminal should clear and display the main menu
Press 'h' to view high scores. All 12 high scores should be 0. Press any key to return to the main menu
Press 's' to start the game, 'u' to select the unconfined game map and 'i' for insane mode. The game should now start
Briefly play the game using arrow keys to navigate. Eat a few pellets of food marked * to grow to a reasonable length, then collide with yourself to reach the game over screen, Press any key to return to the main menu
Press 'h' to view high scores. The 4th entry from the top should contain your new high score; all other high scores should remain at 0. Press any key to return to the main menu
Press 'q' to quit the game. You should be returned to the terminal prompt
Check the exit code of the previous command: $ echo $? The output should be 0
Restart the game: $ csnaketerm Press 'h' to view high scores. The 4th entry from the top should still contain your high score from the previous round and should not be 0
The text was updated successfully, but these errors were encountered:
The csnaketerm formula
Formula/csnaketerm.rb
has been tested on Linux (Ubuntu 20.04 LTS) but not on macOS at the time of writing. If you are a macOS user, the owner of this tap would like to invite you to perform the following test case to confirm that csnaketerm works as expected on macOS. Submit your results of the test case by (1) specifying the version of macOS you are using (e.g. Mojave, Catalina, Big Sur) and (2) upload a screen recording of your terminal when performing the test case.Before performing the test case, ensure that:
DonaldKellett/games
tap has been added:$ brew tap DonaldKellett/games
$ brew uninstall csnaketerm
$ rm $HOME/.csnaketerm
The instructions for the test case are as follows:
$ brew install csnaketerm
$ echo $?
The output should be0
$ man 6 csnaketerm
If successful, you should be able to scroll using the arrow keys and press 'q' to quit$ echo $?
The output should be0
$ csnaketerm
The terminal should clear and display the main menu*
to grow to a reasonable length, then collide with yourself to reach the game over screen, Press any key to return to the main menu0
. Press any key to return to the main menu$ echo $?
The output should be0
$ csnaketerm
Press 'h' to view high scores. The 4th entry from the top should still contain your high score from the previous round and should not be0
The text was updated successfully, but these errors were encountered: