Skip to content

Capacap/Python-Arcade-Animated-Sprites

Repository files navigation

Python Arcade Animated Sprites Demo

Introduction

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.

Animated Sprite Example

Installation

  1. Clone the repository:

    git clone https://github.com/Capacap/Python-Arcade-Animated-Sprites.git
    cd Python-Arcade-Animated-Sprites
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the main script:
    python main.py

Credits

Credit to KVA55 on itch.io for the graphics. You can find their work here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages