-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Schreiber
authored and
Andrew Schreiber
committed
Apr 27, 2018
0 parents
commit c5a2cfd
Showing
8 changed files
with
6,885 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
== drivetrain | ||
|
||
Ok, great. So to start, let's talk about the kit of parts drivetrain. Are you planning on using that? | ||
+ Yes, it's already built but I'm having problems | ||
-> not_implemented | ||
+ We want to but we're not sure how to start... | ||
-> not_implemented | ||
+ We're not sure why we should | ||
-> not_implemented | ||
+ No, we're definitetly building something custom... | ||
-> not_implemented |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
INCLUDE Drivetrain.ink | ||
|
||
Hey, I'm here to help give you some advice on how to build your robot this year. I'm just a compendium of best practices and resources, at the end of the day it is your robot, you should build something that meets your team's goals, whatever they may be. | ||
|
||
So let's get started... | ||
-> main_start | ||
== main_start | ||
What {~what can I help you with?| are you struggling with?} | ||
+ I need to figure out my drivetrain | ||
-> drivetrain | ||
+ How do I grab the game piece? | ||
-> not_implemented | ||
+ I have the game piece but I don't know what to do next... | ||
-> not_implemented | ||
|
||
|
||
== not_implemented | ||
Hey, sorry, I don't know how to help you with this yet. If you want to help build this check out my source on <a href="http:\/\/github.com\/schreiaj">github<\/a>. | ||
-> main_start | ||
|
||
-> END |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>FRC Assistant</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div id="story" class="container"> | ||
<h1>FRC Assistant</h1> | ||
</div> | ||
|
||
<script src="ink.js"></script> | ||
<script src="FRC Assistant.js"></script> | ||
<script src="main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.