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

Implement actual file deletion #1

Open jorisvddonk opened 7 years ago

jorisvddonk commented 7 years ago

The idea of Operation RM is that you're entering your filesystem with a spaceship in order to remove files. However, if you destroy a file, nothing is actually removed from disk. It would be neat if this were to be implemented.

Obvously, actual file deletion isn't something that should be enabled by default, and running the game this way is perhaps not recommended unless users do it in a VM (managed via Vagrant?) or Docker container.