You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
---
3
3
4
4
FRC circuit simulator for electronics diagramming and rookie training.<br>
5
-
Created by **TKO Programming** ([Andy Li](https://github.com/AndyLi23) and [Rohan Bansal](https://github.com/Rohan-Bansal)).
5
+
Created by **TKO Programming** ([Rohan Bansal](https://github.com/Rohan-Bansal) and [Andy Li](https://github.com/AndyLi23)).
6
6
7
7
## Features
8
8
9
-
- Circuit diagramming with FRC parts** (see subsection below)
9
+
- Circuit diagramming with FRC parts* (see subsection below)
10
10
- Creating, moving, editing devices and cables
11
11
- Saving/importing circuits as files
12
12
- Automated debugging for all errors
@@ -19,19 +19,19 @@ Created by **TKO Programming** ([Andy Li](https://github.com/AndyLi23) and [Roha
19
19
## Future Updates
20
20
21
21
- Curved cables
22
-
- Accurate scaling of parts on a blocks-per-inch grid for E-Plate diagrams
22
+
- Accurate scaling of parts on a blocks-per-inch grid for E-Plate diagramming
23
23
- Actual simulation of gauges, pistons, motors
24
24
- Recursive debugging of all connected components
25
25
- Timed competitive wiring games
26
26
- Commented code
27
27
28
28
## Installation
29
29
30
-
#### Releases
30
+
#### Official Packaging
31
31
32
32
Head over to the [releases](https://github.com/MittyRobotics/tko-electronics-sim/releases) page and download the binary for your platform. Directions for installation are also included there.
33
33
34
-
#### Gradle
34
+
#### Building from Source
35
35
36
36
1. Clone the repository using git
37
37
2. Run `gradlew build` and then `gradlew run` in a console in the top directory
0 commit comments