687vex / Competition-Template-2020-2021

Official code template for VEX Robotics Team 687 for the 2020-2021 season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers

CAMS VEX 687 Competition Template 2020-2021

Competition template of CAMS VEX 687: The Nerd Herd for the 2020-2021 season.

Built With

  • VEXcode Pro
  • C++
  • Git

Competition Code Template

Instructions for Team:

This is the competition template for CAMS VEX 687: The Nerd Herd for the 2020-2021 season. Your team's programming leader will fork this repository; you will make commits to your team's fork. Make sure your program meets our Code Documentation Guidelines

Editing Repositories

If for some reason you want to clone the code locally, follow one of these methods:

Downloading from GitHub Website

  1. Click the "Download Zip" Button at the bottom right of the page of the GitHub Repository
  2. Extract the contents of the zip file
  3. Note: main.c is the competition code

Downloading using GitHub Desktop from GitHub Website

  1. Click the "Open with GitHub Desktop" Button at the bottom right of the page of the GitHub Repository
  2. Commiting with GitHub Desktop

Downloading using Git commands

  1. Open cmd and navigate to an appropriate directory and run the following command:
    gh repo clone <repository> [<directory>] [-- <gitflags>...]

Contribute

Contributions are always welcome! Please create a PR and include a description of how your PR will improve the overall robot code and what it does. Making Contributions to a project guide.

License

This project is licensed under GNU v3.0 license.

Support Us!

Give this repo a ⭐️ if you found this project helpful!

About

Official code template for VEX Robotics Team 687 for the 2020-2021 season

License:GNU General Public License v3.0


Languages

Language:Makefile 61.4%Language:C++ 20.9%Language:C 17.7%