top of page

Code document for web-based games

I used web development languages to make in-game puzzles. Here is an example of "map searching" and "a padlock riddle": (click to view in a new window)

https://ruthsonggame.github.io/final/posters.html

I also embedded puzzles of other types.

For example, in this "aphasia game", the protagonist can only communicate by pushing buttons of words:

https://ruthsonggame.github.io/game601-fall2019/aphasia.html

To view or download the sample source code, please see as below:

Code document for Detective Adventure 

Fungus is the plug-in I used to make Plot Scenes. There were some technical issues such as the input/output of the player's scores, the link between the Plot Scene and the Main Scene, and so on.

Furthermore, as a vocab learning game, a large number of data shall be handled meticulously. Thus a database should be built without potential conflicts.

Lastly, the logic of the Scenes was also a main concern in the development.

To view or download the sample source code, please see as below:

p101.png
bottom of page