Installing Kree using CLI
Installation made easy.
Node.js installation
Go to Node.js website and download it for you operating system.
CLI installation
Open a new terminal (Command Prompt for Windows) and type in
What does that do?
npm
=> the package manager of Node.js ( Node Package Manager)i
=> installcreate-kree-game
=> the name of the CLI (Command Line Interface)-g
=> install the package global
Install your favorite IDE / Text Editor
Download the *.jar file of Kree in you
downloads
folder. Download Kree
And your done with the setup!
We recommend using IntelliJ IDEA as an IDE
How to use the CLI?
Open a new terminal window.
Go to an empty folder (the name of the folder will be the name of the project)
To navigate between folders, you can use
cd
,mkdir
,cd ..
andpwd
.Run
create-kree-game
on the current directory. (answer the prompts by your needs)
That's it! Now open the folder with your IDE and start coding!
Last updated