Create Cli Portfoilo
Create A CLI Game In Simple Steps
Create A Cli Game To create a cli game follow my steps
โ๏ธ Step 1: Create a folder and Name it What ever you want and install the following Packages in the folder using Command Prompt in your terminal
npm i chalk npm i chalk-animation npm i figlet npm i gradient-string Note:Install Node.js in your System
โ๏ธ Step 2: Create a file called index.js In your folder and Write some code
[Read More]