Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kfields/arcade-demo
- Owner: kfields
- Created: 2020-03-16T23:17:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:24:20.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T15:53:21.359Z (over 1 year ago)
- Language: Python
- Size: 3.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 repositorycd arcade-demo
Create a Python 3 virtual environment called `env`
python3 -m venv env
Activate the environmentsource env/bin/activate
Install required packagespip install -r requirements.txt
## Run
python main.py