Abillity for people to run on repl.it #9
2
.replit
Normal file
2
.replit
Normal file
@ -0,0 +1,2 @@
|
||||
mdibaiee
commented
Review
```suggestion
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```
mdibaiee
commented
Review
```suggestion
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```
|
||||
language = "nodejs"
|
||||
```suggestion
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```
|
||||
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
|
||||
```suggestion
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```
|
Loading…
Reference in New Issue
Block a user