pc-games
PC and console game development principles. Engine selection, platform features, optimization strategies.
npx skills add sickn33/agentic-awesome-skills --skill pc-games --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PC/Console Game Development > Engine selection and platform-specific principles. --- ## 1. Engine Selection ### Decision Tree ``` What are you building? │ ├── 2D Game │ ├── Open source important? → Godot │ └── Large team/assets? → Unity │ ├── 3D Game │ ├── AAA visual quality? → Unreal │ ├── Cross-platform priority? → Unity │ └── Indie/open source? → Godot 4 │ └── Specific Needs ├── DOTS performance? → Unity ├── Nanite/Lumen? → Unreal └── Lightweight? → Godot ``` ### Comparison | Factor | Unity 6 | Godot 4 | Unreal 5 | |--------|---------|---------|----------| | 2D | Good | Excellent | Limited | | 3D | Good | Good | Excellent | | Learning | Medium | Easy | Hard | | Cost | Revenue share | Free | 5% after $1M | | Team | Any | Solo-Medium | Medium-Large | --- ## 2. Platform Features ### Steam Integration | Feature | Purpose | |---------|---------| | Achievements | Player goals | | Cloud Saves | Cross-device progress | | Leaderboards | Competition | | Workshop | User mods | | Rich Presence | Show in-game status | ### Console Requirements | Platform | Certification | |----------|--------------| | PlayStation | TRC compliance | | Xbox | XR compliance | | Nintendo | Lotcheck | --- ## 3.
- 1. Engine Selection
- Decision Tree
- Comparison
- 2. Platform Features
- Steam Integration
- Console Requirements
- 3. Controller Support
- Input Abstraction
- Haptic Feedback
- 4. Performance Optimization
- Profiling First
- Common Bottlenecks
- 5. Engine-Specific Principles
- Unity 6
What does the pc-games skill do?
PC and console game development principles. Engine selection, platform features, optimization strategies.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill pc-games --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.