Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kfields/arcade-demo

Demo using the Python Arcade Library
https://github.com/kfields/arcade-demo

Last synced: 3 days ago
JSON representation

Demo using the Python Arcade Library

Awesome Lists containing this project

README

        

# Arcade Demo

Demo using the [Python Arcade Library](https://arcade.academy/)

## Install

Navigate to a directory where you keep your software projects

cd projects

Clone the repository

git clone https://github.com/kfields/arcade-demo.git

Change to the new directory which contains the repository

cd arcade-demo

Create a Python 3 virtual environment called `env`

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt

## Run

python main.py