https://github.com/vikkio88/ads-cli
Athletic Director Simulator with nodejs on cli
https://github.com/vikkio88/ads-cli
es6 football-manager game javascript nodejs
Last synced: about 1 month ago
JSON representation
Athletic Director Simulator with nodejs on cli
- Host: GitHub
- URL: https://github.com/vikkio88/ads-cli
- Owner: vikkio88
- Created: 2017-11-21T21:31:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:43:16.000Z (over 2 years ago)
- Last Synced: 2025-01-29T23:41:29.519Z (8 months ago)
- Topics: es6, football-manager, game, javascript, nodejs
- Language: JavaScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ads-cli
Athletic Director Simulator with nodejs on cli## How to
to run the game on your cli, after having had run `npm install`:
```
npm run start
```once you are in a new game, type: `> help` to have a list of commands:
```
DATE: 29-07-2020
----------------------------------------------------
Fame : [---------------------------------------] 0%
----------------------------------------------------> help
commands:
next, n : advance time
read news
read news INDEX: read the news at INDEX
messages:
messages read
messages reply
messages list
db:
teams: show the teams
stats: show the stats
league:
db league table: show the league table
db league scorers: show the league scorers
db league fixtures: show the league fixtures
db league results: show the league results
> db teams
TEAMS╔═══╤═══════════════════════════╤═════════╗
║ # │ Name │ Colours ║
╟───┼───────────────────────────┼─────────╢
║ 1 │ Juve-Savona │ ██ ║
╟───┼───────────────────────────┼─────────╢
║ 2 │ Taranto │ ██ ║
╟───┼───────────────────────────┼─────────╢
║ 3 │ Atletico Cava de' Tirreni │ ██ ║
╟───┼───────────────────────────┼─────────╢
║ 4 │ Sanremo Football │ ██ ║
╚═══╧═══════════════════════════╧═════════╝
>
```