z3d6380 / REDWINTER

'1991: Red Winter' began as a LARK Game for Florida Polytechnic University - Intro to Unix course. It's purpose is to educate the public on the use of Linux/Unix with the terminal, while making a fun and immersive game out of it.
MIT License
0 stars 0 forks source link

Create common assets for the game #12

Open z3d6380 opened 3 years ago

z3d6380 commented 3 years ago

Create generic objects/assets for game rooms/levels

z3d6380 commented 3 years ago

Generic Game Objects

z3d6380 commented 3 years ago

Object Interactions Object scripts can be called in the following manner: filename -{arg(s)}

Argument options will be present for each object, but will not necessarily advance the plot. These options are: -i (add to inventory) Will not always be allowed -a (use/action) Will not always progress plot -b (break) Will reveal action if needed for plot, or delete the object file if not needed -n (write notes)

z3d6380 commented 3 years ago

Object Uses (Args)