jorisvddonk / operation_rm

Operation RM is a space shooter game in which you fight your own filesystem, inspired by Operation: Inner Space.
Other
1 stars 0 forks source link

Operation RM

For decades, file operations have been handled by operating system kernels. These workhorses of modern society have silently prevented our civilization from regressing into anarchy. However, times have changed, and malware has nested itself deeply within our filesystems, preventing kernels from doing their job. Now it is your duty to recursively remove all files from your PC, and prevent a global apocalypse of epic proportions. Welcome to Operation RM, operator.

Operation RM is a game in which you explore your filesystem in order to destroy files.

(Note: Operation RM does not actually make any modifications to your filesystem (yet?))

screenshot depicting cleansing of a nasty virus

video depicting cleansing of some nasty viruses

Goal of the game

The goal of the game is simple: remove as many files as possible by destroying them!

Controls

Arrow keys or W/A/S/D to move your spaceship around. Space to shoot. Shoot files to destroy them. Touch folders to explore them.

Cool features

Current status and future development

Currently, the main game loop is rather barebones, and there is no clear winning or losing state. See the list of issues for potential future enhancements.

See the further-development branch for some neat WIP stuff (Multiplayer support)

System architecture

See these docs for more info.

Running & developing the game

First, ensure you have the following requirements installed:

Once you have the requirements installed, this will get the game running for you:

  1. Install all JavaScript library dependencies: npm install
  2. Compile the client code: npm run-script webpack
  3. Run the backend server: npm start
  4. Play the game via http://localhost:8099/

To develop the project, run webpack in 'watch' mode with npm run-script webpack -- --watch

Known Working Configuration

This game was developed and tested on the following system configuration:

Systems deviating from the above configuration may experience issues (though everything should Just Work (tm)). If you notice any errors, feel free to file an issue!

Running with a different game root

By default, Operation RM is played from within the Operation RM directory, and you can't escape it ingame. To change the game's "root" folder so that you can explore your entire filesystem, use the --root command line parameter, e.g. npm start -- --root=C:\\ or npm start -- --root=/