New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nodeNES

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeNES

A JavaScript NES C6502 compiler

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

nodeNES

NPM version Build Status Coverage Status Dependency Status

NPM

A c6502 compiler for Nintendo 8 bits written in javascript.

Goal

NodeNES is aimed to be a full NES ide in the Browser. It have a c6502 compiler compatible with NESASM and a Sprite Editor. It was build using TDD as a filosophy and not just a way of codding.

Test Driven Development

Tests are great and really guide this project. Every step was followed by a test. The compiler have grown around tests. Therefore its compability has incresed along with demos and examples provided as fixtures. You can even track the learning proccess watching the commit log over the history of the project. You will find several ways to steal on tests before the end of the race.

Runnig

Just use the run task

make run

How to contribute

I will try to put a list of current issues on the Github Issues. If you don't know where to start, ask-me. I will sure find something easy to start.

Authors and contributors

License

New BSD license

Keywords

util

FAQs

Package last updated on 06 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts