Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/notable-newts
A friendly terminal-based game
https://github.com/meysam81/notable-newts
asciimatics code-jam python
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:45:23.000Z (4 months ago)
- Last Synced: 2024-08-05T23:00:28.114Z (4 months ago)
- Topics: asciimatics, code-jam, python
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notable Newts
![Notable Newts](./docs/images/team-logo.png)
- [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
```