Hello, this is my text game, “Chamber”.
Links
GameBucket.io
https://gamebucket.io/game/2c5d75ed-2d20-40d4-896e-de98e36bcfb1
Public GitHub Repo
Points of Note, Questions
Points of note
- The game offers clues in the form of images and multiple text clues.
- It has a word-puzzle component that requires a custom input. For this reason, it might be too difficult. It also might be too easy. Since I came up with the puzzle, it’s hard for me to evaluate.
- There is a specific losing scenario and a winning one.
- I think I commented my code decently. It might be helpful for anyone without previous programming experience (I’m new to C#)
Question
- I think I used .gitignore properly in the github repo. I’ve never used git on a unity project before this. Is this the usual convention?
- Are we actually allowed to post code written in this course publicly? I would have assume so, so long as we’re not giving away assets we did not create. But wouldn’t hurt to have confirmation.