Nes Vue Save

A NES(FC) emulator component for Vue 3.

Project README

nes-vue

A NES (FC)🎮 emulator component for Vue 3.

GitHub package.json version

:cn:中文

🚀Playground

Vue SFC Playgournd

NES Vue Playground

Features

  • Support for multiplayer.
  • Support for gamepad.
  • Support for turbo button.
  • Support for saving and loading.
  • Support for playing TAS recordings. (*.fm2)
  • Support for cheat codes.

Usage

install

npm install nes-vue --save

And then

<script setup>
  import { NesVue } from 'nes-vue';
</script>
<template>
  <nes-vue
    url="https://taiyuuki.github.io/nes-vue/Super Mario Bros (JU).nes"
  />
</template>

Refer to documentations for more details.

Open Source Agenda is not affiliated with "Nes Vue" Project. README Source: taiyuuki/nes-vue
Stars
34
Open Issues
0
Last Commit
4 weeks ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating