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

Add Star Castle game mechanic #10

Open jorisvddonk opened 7 years ago

jorisvddonk commented 7 years ago

Right now, destroying files ain't much fun. Let's add another game mechanic. Star Castle can be used for inspiration. Perhaps some files can have several layers surrounding them which the player has to destroy before they can destroy the actual file?

jorisvddonk commented 7 years ago

We could determine the file access rights of the server process. If the process does not have write access to a file (e.g. because the user didn't start the server process as root/Administrator) a Star Castle can be spawned around a file.

This would also allow for a fun game mechanic or a nice joke; we can ask users (in-game) to restart the server as root, e.g. via some kind of chat prompt (" Hot Tech Tip: restart the server process as root to get rid of these pesky file protection layers!")