Coder Social home page Coder Social logo

pau-tomas / scumm-nes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gmarty/scumm-nes

0.0 0.0 0.0 817 KB

An app to explore the content of the Maniac Mansion game on NES ๐ŸŽฎ.

Home Page: https://gmarty.github.io/scumm-nes/

License: Other

JavaScript 97.48% CSS 0.39% HTML 2.14%

scumm-nes's Introduction

SCUMM NES resource explorer

An app to explore the content of the Maniac Mansion game on NES.

What is this?

This tool is a web app to explore the resources from the Maniac Mansion game on NES. The goal is to encourage the ROM hacking community to modify the game and create new hacks.

This app only works with Maniac Mansion on NES, it won't work with data files from other platforms or other games.

Some of the code comes from the ScummVM project.

What does it do?

It currently support:

  • Rooms (partially)
  • Room graphics
  • Prepositions

The following version are supported:

  • American English
  • European English
  • French
  • German
  • Italian
  • Spanish
  • Swedish
  • American English prototype (partial support)

The Japanese version is not supported.

What does it NOT do?

The app doesn't use the runtime code used by the NES to start and play the game. It only works with the SCUMM resources stored in the ROM files.

It does not modify the ROM, it is only an explorer of the resources present in the game.

Contribute

To run it locally, clone the repo and install the dependencies:

npm install

Start the dev server with:

npm run dev

Production build

Create a production build with:

npm run build

Then deploy the content of the dist folder.

Future improvements

  • Use Typescript.
  • Write tests.
  • The parsing scripts should be callable from a CLI.
  • Parse more resource types (scripts, sounds...).
  • QoF improvements (store the ROM files locally...)
  • Enable modification of the resources to create new games.

Out of scope for now

  • Cover other SCUMM versions.

scumm-nes's People

Contributors

gmarty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.