User Tools

Site Tools


notes:comporg:spring2023

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:comporg:spring2023 [2023/02/25 19:22] – ["Tic-ify" instructions] abarbcalnotes:comporg:spring2023 [2023/02/25 19:26] (current) – ["Tic-ify" instructions] abarbcal
Line 87: Line 87:
       * You will move all the code outside of the main ''tic()'' function inside the ''[SYSTEM_NAME]_init()'' function. This includes variable declarations, function declarations, classes, etc.       * You will move all the code outside of the main ''tic()'' function inside the ''[SYSTEM_NAME]_init()'' function. This includes variable declarations, function declarations, classes, etc.
     - The second function will have the suffix ''_loop'' after the system's name. E.g. ''[SYSTEM_NAME]_loop()''.     - The second function will have the suffix ''_loop'' after the system's name. E.g. ''[SYSTEM_NAME]_loop()''.
-      * You will move all the code inside the `tic()function inside the `[SYSTEM_NAME]_loop()function.+      * You will move all the code inside the ''tic()'' function inside the ''[SYSTEM_NAME]_loop()'' function.
     - Enter a new line.     - Enter a new line.
-    - On the next line (two lines away from the end of `[SYSTEM_NAME]_loop()`), you will call `make_system("[SYSTEM_NAME]",[SYSTEM_NAME]_init,[SYSTEM_NAME]_loop)`+    - On the next line (two lines away from the end of ''[SYSTEM_NAME]_loop()''), you will call ''make_system("[SYSTEM_NAME]",[SYSTEM_NAME]_init,[SYSTEM_NAME]_loop)''
     - Leave a trailing new line.     - Leave a trailing new line.
   - Save this file with the name ''[SYSTEM_NAME].lua''.   - Save this file with the name ''[SYSTEM_NAME].lua''.
Line 96: Line 96:
  
 __**These instructions have been included in the project's repo.**__ __**These instructions have been included in the project's repo.**__
 +
 +======Dialogue Proposal Form=====
 +he Confrontation System will be a "battle system", where the Player will engage in arguments with PS Officers. During the arguments, the Officer will accuse or interrogate the Player, and the player must choose a response to defend or incriminate themselves. We are seeking out help for dialogue proposals that may be included in this system.
 +
 +A Google Form has been created to submit dialogue proposals.
 +
 +[[https://forms.gle/qtn8zKuHdsQQXLYd8]] 
 +
notes/comporg/spring2023.1677352957.txt.gz · Last modified: 2023/02/25 19:22 by abarbcal