Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codeflask.min.js

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions gradbot-main/LICENSE

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions gradbot-main/Parts-Sketch.fig
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#FIG 3.2 Produced by xfig version 3.2.7a
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 4275 4815 4365 4905
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4320 4815 4320 4905
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4275 4860 4365 4860
-6
6 4905 5445 4995 5535
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4950 5445 4950 5535
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4905 5490 4995 5490
-6
6 4275 6075 4365 6165
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4320 6075 4320 6165
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
4275 6120 4365 6120
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 4950 5850 4950 5850 6030 4050 6030 4050 4950
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 6030 4590 6030 4590 6210 4050 6210 4050 6030
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4050 4950 4590 4950 4590 4770 4050 4770 4050 4950
15 changes: 15 additions & 0 deletions gradbot-main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Gradbot #
---
## Table of Contents
1. Run Gradbot
2. Gradbot Features
3. Extra Information
---
### Run Gradbot
---
### Gradbot Features
The Gradbot software is a way for students to learn beginning programming techniques in a fun and stable enviornment. Gradbot makes this easy with some of the following features.

---
### Extra Information
---
1 change: 1 addition & 0 deletions gradbot-main/codeflask.min.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions gradbot-main/commands.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html lang = "en">
<head>
<title>Coding Your Robot</title>
<strong><center><font size="+10">Coding Your Robot</font></center></strong>
</head>
<body>
<br>
<br>
<br>
<center>
<strong><u>'side.setPower(level);'</u></strong> <br>
Sets the power level of <br>
the motor on the specified <br>
side of the robot. <br>
Side can be left or right. <br>
Level can range from <br>
0 to 100.<br>
<br>
<strong><u>'await delay(number);'</u></strong><br>
Waits to move on to the <br>
next command. Number is <br>
the number of milliseconds <br>
you would like the robot <br>
to wait. <br>
<br>
<strong><u>'laser.fire;'</u></strong><br>
Fires the specified laser <br>
one time. Use part name to <br>
specify which laser to fire from. <br>

</center>
</body>
4 changes: 4 additions & 0 deletions gradbot-main/dark-mode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* body {
color: #eee;
background: #121212;
} */
Loading