Add curriculum for Stage 1A#86
Draft
CodeMyGame1 wants to merge 10 commits into
Draft
Conversation
|
🌐 Preview URL: https://pr-86.frcsoftware.pages.dev |
## Description Admonitions is an unnecessarily intimidating word for a simple section I don't see the benefit in using it over just saying call outs ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_, including events that led to this PR - [x] Pull Request has been [linted and formatted](https://frcsoftware.org/contribution/styleguide/#linting-and-formatting) and follows the [styleguide](https://frcsoftware.org/contribution/styleguide)
Added page about conditional statements This includes: If, else if, else. Switch isn't included for now as discussed on Discord Exercises will be added in later as it's being covered by frcsoftware#32 --------- Co-authored-by: samfreund <samf.236@proton.me> Co-authored-by: Zach Harel <zach.harel42@gmail.com>
Co-authored-by: Adriana <adrianammassie@gmail.com> Co-authored-by: Sam Freund <samf.236@proton.me> Co-authored-by: Adriana <16786568+Adrianamm@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds curriculum for Stage 1A of frcsoftware (programming a basic kitbot without commands).
Closes #13
Meta
Merge checklist: