An open API service indexing awesome lists of open source software.

https://github.com/ianlintner/howard-nester

NES Game Devopment Assembly Skill
https://github.com/ianlintner/howard-nester

assembly cc65 game nes neslib

Last synced: 13 days ago
JSON representation

NES Game Devopment Assembly Skill

Awesome Lists containing this project

README

          

# howard-nester
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`

## Getting Started Fast

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](https://github.com/igwgames/nes-starter-kit)
- **Details**: A complete pipeline for building NES games in C using `cc65` and `neslib`. 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.