Added readline function, started work on shops, added some comments, made main menu and a bit of the start.

This commit is contained in:
Raktbastr 2025-02-25 10:04:03 -06:00
parent 455a867719
commit e413a5dea4
17 changed files with 3889 additions and 17 deletions

5
files/package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"readline-sync": "^1.4.10"
}
}