Python-Arcade-Animated-Sprites is a simple implementation of animated sprites using the Python Arcade library.
Use WASD to move, use space bar to toggle slow-motion animation.
-
Clone the repository:
git clone https://github.com/Capacap/Python-Arcade-Animated-Sprites.git cd Python-Arcade-Animated-Sprites -
Create a virtual environment (recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
- Run the main script:
python main.py
Credit to KVA55 on itch.io for the graphics. You can find their work here.