Skip to content

OUM250/M250-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M250-sudoku

Collaboration of M250 students

  • Joel Peyton
  • Nick Parsons
  • Friends at the OU

GUIDELINES

For those interested in collaborating please take time to read these short guidelines

  1. 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.
  2. 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.
  3. 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.
  4. Check out the issues tab, these are tasks that need doing. I'll keep them small so that they are achievable.
  5. If your interested in the task, say so in the comments and I'll allocate them accordingly so that we aren't repeating work.
  6. If you need to, create issues, we can then discuss and allocate them accordingly.
  7. If you can't do an allocated task, ask for help or ask to be allocated another.
  8. 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.

OBJECTIVE / DESIGN LAYOUT

  1. Utilise original files to make a workable playable puzzle
  2. Vertical menu that contains game functionality
  3. Horizontal menu with numbers 1 through 9 that are used to populate board
  4. 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.

CREATING GITHUB ACCOUNT AND FORKING THE REPOSITORY

  1. Create a gitHub account
  2. From your Github account search for joelpeyton/M250-sudoku
  3. This takes you to the searched repo
  4. Click the fork button, you now have repo on your account
  5. Navigate back to your account to confirm
  6. Next go to a command line and navigate to a directory where you want to store the new repo on your local machine
  7. Type the command, substituting 'account-name' for your account name git clone https://github.com/account-name/M250-sudoku.git
  8. You now have all working files on your local machine
  9. Type the command git status to confirm

MAKING CHANGES

  1. Lets add your name to the README.md file
  2. Open the README.md file in your favourite text editor
  3. Add the following line under the list of collaborators names: <li>Your name</li>
  4. Save the file
  5. Type the command git status to confirm that you have made changes
  6. Type the command git commit -a
  7. You will then be prompted to add a message for the commit
  8. Now type git push origin master entering your account name and password when directed
  9. Navigate to the repo in gitHub confirms the changes

MERGING YOUR CHANGED FILES WITH ORIGINAL REPO

  1. Navigate to you repo on your gitHub account
  2. Click New pull request
  3. Click Create pull request
  4. Add a description for the desired merger

About

Collaboration of M250 students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published