Simon-Charest / pyquest

A in-progress clone of Dragon Quest (NES)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyquest

A Dragon Quest (Famicom) / Warrior (NES) clone.

Built With

Backend

Libraries

Virtual Environment

Package Management System

Integrated Development Environment (IDE)

AI System

Getting Started

Installation

  1. Install Python;
  2. Install Visual Studio Code;
  3. Clone solution:
C:
mkdir C:\source
cd C:\source
git clone https://github.com/Simon-Charest/pyquest.git
cd C:\source\pyquest
  1. Open solution with Visual Studio Code;
  2. Create virtual environment:
python -m venv .venv
  1. Activate virtual environment:
.venv\Scripts\Activate.ps1
  1. Upgrade pip:
python -m pip install -U pip
  1. Install requirements:
pip install -r requirements.txt
  1. Run solution:
python pyquest -h
  1. Run tests:
pytest

License

Contact

Acknowledgements

About

A in-progress clone of Dragon Quest (NES)

License:MIT License


Languages

Language:Python 91.5%Language:CSS 6.4%Language:HTML 2.0%Language:PowerShell 0.1%