Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 815 Bytes

File metadata and controls

18 lines (14 loc) · 815 Bytes

Corewar

Rules:

  1. For every function you create, comment: what is being returned, what parameters are taken, and what the function does.
  2. Include in your README what your program does and your implementation methods (algorithm, data structures, ect).
  3. Norminette, refactor, and make your code readable before submitting a pull request. Ensure that you have a consistent naming scheme.

Tutorial:

  1. Fork the repository
  2. Clone it and make the changes you wish.
  3. Push said changes.
  4. Make a pull request.
  5. If all rules are followed, the pull request will be accepted.

Team Board:

  1. Questions can be asked here between members, useful links posted, and brainstorming can be done.

Read open source code and try to mimic their methods of maintaining a high level of code readability and modularity.