.NSNAKE 파일 확장자
nSnake Level File
| 개발사 | alexdantas |
| 인기도 |
2.0 | 2 투표 |
NSNAKE 파일이란 무엇인가요?
An NSNAKE file is a level file used by nSnake, a version of the video game Snake that can be played in a Linux terminal. It contains ASCII characters that represent the level's structures, as well as metadata describing the level's name, author, and date created. NSNAKE files are stored in nSnake's ~/.local/share/nsnake/levels directory.
추가 정보
nSnake is a version of Snake that Linux users can play in the Linux terminal. The game includes a number of default NSNAKE files that are used as game levels. Users can also create their own custom game levels and save the levels as NSNAKE files, following the instructions laid out on nSnake's GitHub wiki.
Each NSNAKE file typically includes a few lines of metadata, describing the level's name, author, created on date, and other relevant information. The game level the file describes begins at the file's start line and ends at the file's end line. The #s and blank spaces that appear between those lines comprise the level a player must navigate. The @ symbol represents a player's starting position within the level.
NSNAKE 파일을 여는 방법
You can open an NSNAKE file in nSnake (Linux) using the game's Level Select feature. To use an NSNAKE file with nSnake, you must place the file in the ~/.local/share/nsnake/levels directory. By default, nSnake installs NSNAKE files in the usr/share/games/nsnake/levels directory, so players must manually move the game's NSNAKE files to the ~/.local/share/nsnake/levels directory before they can begin playing.
If you want to edit the level an NSNAKE file contains, you can do so by opening and editing it in any text editor.
