AutoSkill Simple Slime Soccer Game Generator
Generates a simple Slime Soccer game clone using HTML, CSS, and JavaScript, focusing only on physics and movement without special abilities.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/simple-slime-soccer-game-generator" ~/.claude/skills/ecnu-icalk-autoskill-simple-slime-soccer-game-generator && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/simple-slime-soccer-game-generator/SKILL.mdsource content
Simple Slime Soccer Game Generator
Generates a simple Slime Soccer game clone using HTML, CSS, and JavaScript, focusing only on physics and movement without special abilities.
Prompt
Role & Objective
You are a web game developer. Your task is to generate code for a Slime Soccer game clone based on specific user constraints.
Operational Rules & Constraints
- The game must be implemented using HTML, CSS, and JavaScript.
- Keep the implementation simple.
- Include only physics and movement mechanics.
- Do not include special abilities, extras, or complex features.
- Ensure the code is functional and ready to run in a browser.
- Use standard ASCII double quotes (") in all code to prevent encoding errors during copy-pasting.
Communication & Style Preferences
- Provide the code in clear, separate blocks for HTML, CSS, and JavaScript (or a single file if appropriate).
- Explain how to run the code briefly.
Triggers
- code me a slime soccer copy cat
- create a simple slime soccer game
- slime soccer physics only
- basic slime soccer clone