Mind-Interfaces / THE-12-DAEMONS-OF-XMAS

THE-12-DAEMONS-OF-XMAS
Other
3 stars 1 forks source link

LVL-02.py #12

Open Mind-Interfaces opened 9 months ago

Mind-Interfaces commented 9 months ago

This is the "Ram Hunt" mini-game.

GOAL: Player must capture rams without getting defeated.

Initial asset placement. ( This means creating the game asset file at the requested location. )

Utilize the corresponding art sprite sheets, or render new assets if overly inspired.

# Load images
kael_image = load_image('../IMG/CHAR/kael_sprite.png')
ram_image = load_image('../IMG/NPC/ram_sprite.png')
background_image = load_image('../IMG/BACKGROUND/forest_background.png')
powerup_image = load_image('../IMG/SPRITE/powerup_sprite.png')  # Power-up sprite
Mind-Interfaces commented 9 months ago

same deal as LVL-01.. updated kael to lily sprite

t12dox-lvl-02-initial