https://github.com/meysam81/notable-newts
A friendly terminal-based game
https://github.com/meysam81/notable-newts
asciimatics code-jam python
Last synced: 5 months ago
JSON representation
A friendly terminal-based game
- Host: GitHub
- URL: https://github.com/meysam81/notable-newts
- Owner: meysam81
- License: mit
- Created: 2021-07-09T14:55:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:59:02.000Z (about 1 year ago)
- Last Synced: 2025-03-03T18:46:01.882Z (about 1 year ago)
- Topics: asciimatics, code-jam, python
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notable Newts

- [Install dependencies](#install-dependencies)
- [How to run it?](#how-to-run-it)
## Install dependencies
First you need to install the required libraries using the following command:
```bash
pip install -r requirements.txt
```
## How to run it?
Simply run:
```bash
python src/main.py
```