- This is an ongoing project. No matter your skill level, you can contribute meaningfully.
- Read the README if you don't know what this project is about.
- Feel free to work on issues that match your skill level and you may leave comments, star the repo or add suggestions or issues.
- Setup
- Making changes
- Suggestions, Reporting Bugs or Creating Issues
- What can I do to contribute?
- Have a Question?
- Please clone the repo. This will be your working repository. For info on how to do that, click here.
- The environment used to create the code was Bloodshed Dev-C++, however you may use VS Code or any other IDE.
- Navigate to |Making changes| for more info on actually contributing code.
💫 Pretty simple, right? - If you have any issues with setup, feel free to message the [repo owner](/~https://github.com/Rehannah) for more info.
- Save commits to a new branch. Standard best practice suggests you name it with your username. For how to create a branch click here.
- Go to
Memory vs Gender Analysis Game.cpp
and make any code adjustments there. - Go to
words.txt
and make add more words there. Note: Words must be 4-7 letters long (so that the difficulty is fair). - Go to
README.md
and make changes to the documentation there. - Go to
CONTRIBUTING.md
and make changes to the these guidelines there.
- Create an issue and describe the bug, issue or suggestion. Click here for how to create an issue.
- Click here to view current issues and more info about them or view a less updated list below:
New features or implementations:
- store male and female data in a struct - or something more efficient.
- use a dynamic data structure to store word list.
- allow for a bigger word bank, so that the word list can be randomised.
- include a larger data set of player data.
- update README.md
Issues & Bugs:
- Menu option 5 does not work.
- Menu option 8 does not work.
- Menu option 9 does not work.
- fix typos in
README.md
. - fix typos in
CONTRIBUTING.md
.
- Direct all questions to the repo owner.