- Joel Peyton
- Nick Parsons
- Friends at the OU
For those interested in collaborating please take time to read these short guidelines
- This may well be a case of the blind leading the blind, so please don't be afraid to speak up if you think we can do things better.
- That said, let's try and keep to the orginal design style and colours, unless there is a real concensus that the original is shockingly bad.
- Let's try and keep to a coding convention, indents 4 spaces, whitespace, comments if needed, etc. Take a look at the original files if you're not sure.
- Check out the issues tab, these are tasks that need doing. I'll keep them small so that they are achievable.
- If your interested in the task, say so in the comments and I'll allocate them accordingly so that we aren't repeating work.
- If you need to, create issues, we can then discuss and allocate them accordingly.
- If you can't do an allocated task, ask for help or ask to be allocated another.
- And finally, I setup this project up to help with understanding github and working with others. We are all learning, so let's help each other out where possible.
- Utilise original files to make a workable playable puzzle
- Vertical menu that contains game functionality
- Horizontal menu with numbers 1 through 9 that are used to populate board
- Upon completion, look at and discuss a java app
NOTE Think we will need to work on design layout of the game initially , ie HTML/CSS before we can start working on the functionality, therefore I have only created these issues to deal.
- Create a gitHub account
- From your Github account search for joelpeyton/M250-sudoku
- This takes you to the searched repo
- Click the fork button, you now have repo on your account
- Navigate back to your account to confirm
- Next go to a command line and navigate to a directory where you want to store the new repo on your local machine
- Type the command, substituting 'account-name' for your account name git clone https://github.com/account-name/M250-sudoku.git
- You now have all working files on your local machine
- Type the command git status to confirm
- Lets add your name to the README.md file
- Open the README.md file in your favourite text editor
- Add the following line under the list of collaborators names: <li>Your name</li>
- Save the file
- Type the command git status to confirm that you have made changes
- Type the command git commit -a
- You will then be prompted to add a message for the commit
- Now type git push origin master entering your account name and password when directed
- Navigate to the repo in gitHub confirms the changes
- Navigate to you repo on your gitHub account
- Click New pull request
- Click Create pull request
- Add a description for the desired merger