The aim of this project is to provide resource viewer of the various games developed by Dynamix using their Dynamix Game Development System engine.
-
Learn the Dynamix Game Development System (DGDS);
-
Dump Resources on a more readable format;
-
Document the files format used;
-
Build tools using NodeJS;
-
Focus on taking advantage of the modern web development languages and frameworks like Javascript and React;
-
Use as a sandbox to try new features of those frameworks during the process;
-
Have fun implementing it!!
This project uses node, yarn and lerna CLI to manage multiple applications and packages in a mono repository.
Install:
- nodejs: https://nodejs.org/en/
- yarn: https://yarnpkg.com/en/
Run this commands in the root folder:
yarn install
This application allows you to browse through the resources and play them.
yarn start
This application allows you to extract the resources of Johnny Castaway. A data/dump folder will be created when application is executed.
yarn dump