Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schreiber authored and Andrew Schreiber committed Apr 27, 2018
0 parents commit c5a2cfd
Show file tree
Hide file tree
Showing 8 changed files with 6,885 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
11 changes: 11 additions & 0 deletions Drivetrain.ink
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
21 changes: 21 additions & 0 deletions FRC Assistant.ink
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
1 change: 1 addition & 0 deletions public/FRC Assistant.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions public/index.html
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>
Loading

0 comments on commit c5a2cfd

Please sign in to comment.