Installation made easy.
Go to Node.js websitearrow-up-right and download it for you operating system.
Open a new terminal (Command Prompt for Windows) and type in
npm i create-kree-game -g
npm => the package manager of Node.js ( Node Package Manager)
npm
i => install
i
create-kree-game => the name of the CLI (Command Line Interface)
create-kree-game
-g => install the package global
-g
Install your favorite IDE / Text Editor
Download the *.jar file of Kree in you downloads folder. Download Kreearrow-up-right
downloads
And your done with the setup!
We recommend using IntelliJ IDEA as an IDE
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 .. and pwd.
cd
mkdir
cd ..
pwd
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 5 years ago