|
| 1 | +# Contributing |
| 2 | + |
| 3 | +There are multiple ways to contribute with this project. |
| 4 | + |
| 5 | +## Improve documentation |
| 6 | + |
| 7 | +- `README.md`: |
| 8 | + - Needs more info about the current state of the project |
| 9 | + - Include photos or description of the event |
| 10 | + - Add instructions of how to start the project for new collaborators. |
| 11 | +- `CONTRIBUTING.md` is a good starting point but it needs more info about the roadmap and actionable ideas. |
| 12 | + |
| 13 | +## Fix bugs and general improvements |
| 14 | + |
| 15 | +Yeah, let's be honest. We developed this game in less than 48 hours and it is full of bugs. You can contribute with these but surely you will find more for your own: |
| 16 | + |
| 17 | +- The interaction with objects and events can be improved. |
| 18 | +- The administration of events is kinda clunky. We are using `hooks` and that easily becomes messy and complex, `react context` could be more appropiated. |
| 19 | +- The second character should not be interactive until some specific events. |
| 20 | +- Is not possible to activate any winning condition!. |
| 21 | + |
| 22 | +## Add more endings |
| 23 | + |
| 24 | +1. Up the hatch, love meter low: |
| 25 | + - Moustachio climbs up the hatch... and closes it behind him. |
| 26 | + - _Guess he really doesn’t love you anymore._ |
| 27 | + - _You die._ |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +2. Up the hatch, love meter high: |
| 32 | + - Moustachio climbs up the hatch, and you scramble out after him. |
| 33 | + - _Escaping certain death has reminded him how much he loves you_ |
| 34 | + - _You both live happily ever after on a tropical deserted island. Cute!_ |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +3. Breaking the glass, bleeding out [**DONE**]: |
| 39 | + - Punching the glass was a real dumb idea.You slice your hand open and bleed to death. |
| 40 | + - Moustachio has to clean up the mess. So now you’re dead and single |
| 41 | + |
| 42 | +The complete diagram with possible endings |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +## Add inventory |
| 47 | + |
| 48 | +- The overall idea is to create an inventory that allows you to collect items. |
| 49 | +- When the character pick up an item, this one dissapears from the map but appears in the top of the screen. |
| 50 | +- There are some assets that are already designed for this purpose. |
| 51 | + - The cookie of doom! [*+100 all stats, invulnerability in real life*]:  |
| 52 | + - The wrench of overwhelming power[*can repair stuff, it can't be manipulated with metalbending*]:  |
| 53 | + |
| 54 | +## Add voice clips |
| 55 | + |
| 56 | +We recorded voice clips for the character that can be played in different actions. The voice clips were recorded thanks to the multi-faceted **Ash Guy** and the skilled **Hanna Burrows**. Markdown doesn't allow to post the audio but it can be found on `content/SoundSprite.mp3`. |
| 57 | + |
| 58 | +| Record time | Record clip | |
| 59 | +| ----------- | ------------------------------------------- | |
| 60 | +| 00:00 | Misc approving noise | |
| 61 | +| 01:21 | Ashizada Dzonioche (Vengeance will be mine) | |
| 62 | +| 04:06 | Doza Aminia (Greetings) | |
| 63 | +| 05:21 | Doza Aminia Variant | |
| 64 | +| 07:18 | Doza Aminia Variant | |
| 65 | +| 09:05 | Misc grunt | |
| 66 | +| 10:09 | Nabrushoo (Let’s go) | |
| 67 | +| 11:07 | Nyedee (Hurry) | |
| 68 | +| 12:22 | Nyedee Variant | |
| 69 | +| 13:17 | Omadee (Help) | |
| 70 | +| 15:12 | Omadee Variant | |
| 71 | +| 16:19 | Omadee Variant | |
| 72 | +| 18:18 | Misc surprise noise | |
| 73 | + |
| 74 | +The translation of the wording (thanks to the work of **Melissa David**): |
| 75 | + |
| 76 | +| Mysterious language | English translation | |
| 77 | +| ------------------------ | ---------------------------------------------------------------------- | |
| 78 | +| Apopotaba apopiapodpopod | "three podlings laughing" (expression that means "It can't be helped") | |
| 79 | +| Apopiapodpo Aslamo | We are all going to die! | |
| 80 | +| Gorah, viseligche! | let's celebrate! | |
| 81 | +| Nabrushoo! | Let's go! | |
| 82 | +| Dzenpo! | Awesome! | |
| 83 | +| A shiza-da dzonioche! | Vengence will be mine! | |
| 84 | +| Doza Aminia! | Greetings! | |
| 85 | +| Nyedee, nyedee ! | Hurry! | |
| 86 | +| Omadee! | Help! | |
0 commit comments