tinyswords-tilemap

Create layered Tiny Swords tilemaps with elevation, shadows, and animated water foam.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/AhmedAbdelmoaty/frame-craft-35 --skill tinyswords-tilemap-ahmedabdelmoaty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinyswords-tilemap
Source: https://github.com/AhmedAbdelmoaty/frame-craft-35/tree/main/references/imported-projects/Another%20Project4/.agents/skills/tinyswords-tilemap
Command: npx skills add https://github.com/AhmedAbdelmoaty/frame-craft-35 --skill tinyswords-tilemap-ahmedabdelmoaty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps create visually rich tilemaps with proper elevation, shadows, water edges, and terrain color variation, so 2D maps feel readable and dimensional instead of flat.

Core Features & Use Cases

  • Layered map composition: Organizes background, foam, ground, shadows, elevated terrain, stairs, decorations, and units in the correct render order.
  • Tiny Swords tile rules: Applies the 64x64 grid, 128x128 shadow placement, water foam animation offsets, and cliff selection logic required by the asset pack.
  • Map and level building: Useful for designing islands, beaches, hills, and multi-elevation strategy maps with consistent visual depth and terrain readability.

Quick Start

Use the tinyswords-tilemap skill to design a new layered map layout for a 64x64 grid with elevation, shadows, and water foam.

Frequently Asked Questions about tinyswords-tilemap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create layered 2D tilemaps with pseudo-3D depth and elevation?

Layered tilemaps achieve pseudo-3D depth by stacking background, foam, ground, shadows, elevated terrain, and decorations in a strict render order. This process organizes 64x64 grid maps with elevation and shadow offset placement to ensure dimensional readability.

What is the correct layer ordering for Tiny Swords map design?

Correct Tiny Swords layer ordering sequentially renders background, water foam, ground, shadows, elevated terrain, stairs, decorations, and units. Applying this specific render order ensures cliff-edge selection and 128x128 shadow placement display properly without visual flattening.

How do I animate water foam edges in a 64x64 grid tilemap?

Water foam animation in a 64x64 grid tilemap requires staggered animation frames and water foam animation offsets. Applying these staggered frames to the foam layer creates readable, moving water edges that integrate seamlessly with the ground terrain layer.

Can I use this tilemap approach for multi-elevation strategy maps and islands?

Yes, this tilemap approach suits multi-elevation strategy maps, islands, beaches, and hills. It applies terrain color variants and cliff selection logic to design complex level layouts with consistent visual depth across the 64x64 grid.

Why do my 2D game maps look flat despite using elevation tiles?

2D game maps look flat when shadow offset placement and terrain color variants are missing or incorrectly ordered. Applying proper 128x128 shadow placement and correct cliff-edge selection restores readable pseudo-3D depth to elevated terrain.