init
This commit is contained in:
commit
f3e79af444
22 changed files with 1798 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Marvin Star Wars Text Adventure
|
||||
|
||||
A text adventure game using @askmarvinai
|
||||
|
||||
## Installation
|
||||
|
||||
```console
|
||||
pip install git+https://github.com/waylonwalker/marvin-sw-text-adventure.git
|
||||
# or
|
||||
pipx install git+https://github.com/waylonwalker/marvin-sw-text-adventure.git
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
run the game
|
||||
|
||||
```console
|
||||
sw-adventure game run
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`marvin-sw-text-adventure` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
Loading…
Add table
Add a link
Reference in a new issue