Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

owdproject/owd-app-wolf3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolf3D module for OWD Client

Wolfenstein 3D emulated with js-dos on Open Web Desktop

OWD Wolfenstein 3D module demo

Become a Patron Join us on Discord

Demo

Try it out, just open the terminal and type "wolf3d"

Overview

This module is an iframe that loads the original Wolfenstein 3D game using the js-dos emulator. I chose to put Wolf3D in an iframe to keep OWD's code and resources lean, especially after closing the window.

You can potentially create new modules and load different games simply by changing the path of the iframe.

Quick install

  • Move to your client folder, then
    # Install this module with Npm
    npm install https://github.com/hacklover/owd-app-wolf3d
    
    # Or using Yarn
    yarn add https://github.com/hacklover/owd-app-wolf3d
    
  • Define this module in owd-client/client.extensions.ts
    import AboutModule from "@owd-client/core/src/modules/app/about";
    import DebugModule from "@owd-client/core/src/modules/app/debug";
    import WolfensteinModule from "owd-app-wolf3d/client";
    
    export default {
      app: {
        modules: [
          AboutModule,
          DebugModule,
          WolfensteinModule,
        ]
      },
      ...
  • Copy the content of the client/public folder into owd-client/public
  • Download the game from here and put it into owd-client/public/js-dos/games/WOLF3D.zip

Compatibility

  • Open Web Desktop client v2.0.0-beta.1

License

This project is released under the MIT License

About

Wolf3D module app for OWD Client

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published