Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IceDrop Execution Guide

This guide explains how to install and run 'IceDrop' on various operating system environments.


Prerequisites

  • Java 21 JDK or a higher version must be installed on your system.

Execution Guide for macOS / Linux

1. File Placement

  • Move the downloaded SC folder to your User Home Directory (~/).
  • The SC folder should be located where you first land when opening the terminal.

2. Environment Variable (PATH) Setup

Configure your system so that you can run the game by simply typing scrun.sh from any directory.

  1. Open the terminal and enter the following command:

    nano ~/.zshrc

    (Linux users, please enter nano ~/.bashrc instead.)

  2. Copy and paste the following line at the very bottom of the file (be careful with the quotes):

    export PATH="$PATH:$HOME/SC"
  3. Save and Exit:

    • Press Control + X
    • Press Y
    • Press Enter
  4. Apply the changes to your current session:

    source ~/.zshrc

3. Granting Permissions and Starting the Game

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 실행 가이드

본 가이드는 'IceDrop' 를 각 운영체제 환경에서 설치하고 실행하는 방법을 설명합니다.


필수 요구 사항

  • Java 21 JDK 이상의 버전이 반드시 설치되어 있어야 합니다.

macOS / Linux 실행 방법

1. 파일 배치

  • 다운로드한 SC 폴더를 사용자 홈 디렉토리(~/)로 이동합니다.
  • 터미널을 열었을 때 바로 보이는 위치에 SC 폴더가 있어야 합니다.

2. 환경 변수(PATH) 설정

어느 폴더에서든 scrun.sh만 입력해도 게임이 실행되도록 설정합니다.

  1. 터미널을 열고 다음 명령어를 입력합니다.

    nano ~/.zshrc

    (리눅스 사용자는 nano ~/.bashrc를 입력하세요.)

  2. 파일 맨 아래에 다음 내용을 복사해서 붙여넣습니다 (따옴표 주의):

    export PATH="$PATH:$HOME/SC"
  3. 저장 및 종료:

    • Control + X 입력
    • Y 입력
    • Enter 입력
  4. 변경된 설정을 적용합니다.

    source ~/.zshrc

3. 실행 권한 부여 및 게임 시작

스크립트 파일에 실행 권한을 한 번만 부여하면 됩니다.

# 실행 권한 부여
chmod +x ~/SC/scrun.sh

# 게임 실행
scrun.sh

Window 실행 방법

sc.jar을 관리자 권한으로 실행.

About

A lightweight, Clicker & Idle game.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages