A simple executable click game to terminal, where you click using a command to earn clicks.
The Clicker Command is a minimalist game, perfect for those looking for fast and fun distraction directly in terminal. You aim is simple: click using custom commands to accumulate clicks and sell them for coins, use coins to upgrade your clicks.
- Just install and execute.
- Execute the game: Open the executable (view the Installing section here)
- Start to Click: Use the commands
settings
to view the commandToClick and use the command to click. - View your clicks: Use the command
stats+
to view your stats. - Sell your clicks: Use the command
sell
to sell your clicks for coins. - Do Rebirth: Use the command
rebirth
to earn x2 Clicks Multiplier
These is all commands that can be used.
sell
- to sell your clicks for coins
rebirth
- to do rebirth and earn more clicks
stats
- show your stats
stats+
- show your stats but detailed
upgrader
- open the upgrader area
settings
- show all settings that you can change
set nameask
- toggle the username visibility
set rebirthask
- toggle the rebirth visibility
set commandtoclick
- to change the input command used to click
codes
- open the code reward area
reset all
- reset all
reset stats
- reset your stats
reset settings
- reset your settings changes
load
- load datas manually
save
- save datas manually
edit username
- open the edit area to change username
diamond shop
- open the diamond shop
cls
- use to clear the terminal
help
- use to view all commands that you can use
It's a terminal executable, the install is super simple.
-
Install Executable:
- Go to section Release of our Github Repositorie
- Download the file
click_command.exe
to your OS
-
Execute in Terminal:
-
Open the terminal (CMD, Powershell, Terminal, etc.) in folder where you have been installed.
-
Execute the .exe with the command:
./click_command.exe
- If you've permission issues in the Linux/macOS, may be necessary to give executable permission
chmod +x click_command
-