NES Dev Skill
This repository now includes a Claude-oriented skill for agentic NES game development in assembly:
/tmp/workspace/ianlintner/howard-nester/.github/skills/claude-nes-agentic-development/SKILL.md
For agents and developers looking to get started quickly with NES game development, the NES Starter Kit is highly recommended:
- Repository: https://github.com/igwgames/nes-starter-kit
- Details: A complete pipeline for building NES games in C using
cc65andneslib. Includes tile manipulation, metasprite systems, sound drivers, scrolling, and map engines. This is a very easy way for AI agents to get started fast and build logic prototypes without writing pure 6502 assembly from scratch.