Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-r-r-o-w/run
Python project
https://github.com/a-r-r-o-w/run
Last synced: 11 days ago
JSON representation
Python project
- Host: GitHub
- URL: https://github.com/a-r-r-o-w/run
- Owner: a-r-r-o-w
- Created: 2021-03-02T13:59:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T02:41:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T12:07:41.380Z (about 1 month ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run
A simple text based adventure game written in Python as part of our introductory programming course UE20CS101 (Python for Computational Problem Solving).
Try it out!
```
git clone https://github.com/a-r-r-o-w/run
cd Semester\ 1\ Group\ Project/
python3 main.py
```The program should auto-install dependencies but if an error occurs, try:
```
python3 -m pip install playsound bs4 lxml
```![demo-gif](./run.gif)
### Team
- Aryan V S (PES1UG20CS083)
- Aryansh Bhargavan (PES1UG20CS084)
- Chetan Gurram (PES1UG20CS112)