Skip to content

An emulator of Nintendo Entertainment System (a.k.a Family Computer) written in Julia

Notifications You must be signed in to change notification settings

kitta65/FamilyComputer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FamilyComputer.jl

FamilyComputer.jl is an experimental emulator of Nintendo Entertainment System (a.k.a. Family Computer) written in Julia. This emulator is still a work in progress.

Getting Started

Prerequisite

By default, FamilyComputer.jl uses SDL2.

Installation

julia -e 'using Pkg; Pkg.add(url="https://github.com/kitta65/FamilyComputer.jl")'

Usage

using FamilyComputer
play("path/to/ines.nes")
Key Button
W Up
A Left
S Down
D Right
O A
P B
Enter Start
Space Select

Screenshot

supermario

See Also

Other NES emulators for julia.

The design of FamilyComputer.jl is inspired by

About

An emulator of Nintendo Entertainment System (a.k.a Family Computer) written in Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published