Skip to content

Source code of JS Wizardry Keeper: the Wizardry 8 save-game editor, written in javascript for the browser.

License

Notifications You must be signed in to change notification settings

bitumin/jswizardry-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

Install dependencies...

npm install

...create an env file...

cp .env.example .env

...then start Rollup:

npm run dev

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

Credits

Thanks to the following people for their work on the Wizardry 8 file formats:

License

GPL-3.0

TODOs

  • Support Wizardry 1.2.8 save files.

About

Source code of JS Wizardry Keeper: the Wizardry 8 save-game editor, written in javascript for the browser.

Resources

License

Stars

Watchers

Forks