This guide explains how to install and run 'IceDrop' on various operating system environments.
- Java 21 JDK or a higher version must be installed on your system.
- Move the downloaded
SCfolder to your User Home Directory (~/). - The
SCfolder should be located where you first land when opening the terminal.
Configure your system so that you can run the game by simply typing scrun.sh from any directory.
-
Open the terminal and enter the following command:
nano ~/.zshrc(Linux users, please enter
nano ~/.bashrcinstead.) -
Copy and paste the following line at the very bottom of the file (be careful with the quotes):
export PATH="$PATH:$HOME/SC"
-
Save and Exit:
- Press
Control + X - Press
Y - Press
Enter
- Press
-
Apply the changes to your current session:
source ~/.zshrc
You only need to grant execution permission to the script file once.
# Grant execution permission
chmod +x ~/SC/scrun.sh
# Run the game
scrun.sh본 가이드는 'IceDrop' 를 각 운영체제 환경에서 설치하고 실행하는 방법을 설명합니다.
- Java 21 JDK 이상의 버전이 반드시 설치되어 있어야 합니다.
- 다운로드한
SC폴더를 사용자 홈 디렉토리(~/)로 이동합니다. - 터미널을 열었을 때 바로 보이는 위치에
SC폴더가 있어야 합니다.
어느 폴더에서든 scrun.sh만 입력해도 게임이 실행되도록 설정합니다.
-
터미널을 열고 다음 명령어를 입력합니다.
nano ~/.zshrc(리눅스 사용자는
nano ~/.bashrc를 입력하세요.) -
파일 맨 아래에 다음 내용을 복사해서 붙여넣습니다 (따옴표 주의):
export PATH="$PATH:$HOME/SC"
-
저장 및 종료:
Control + X입력Y입력Enter입력
-
변경된 설정을 적용합니다.
source ~/.zshrc
스크립트 파일에 실행 권한을 한 번만 부여하면 됩니다.
# 실행 권한 부여
chmod +x ~/SC/scrun.sh
# 게임 실행
scrun.sh