Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bansal committed Oct 29, 2020
1 parent 306ce9c commit 9debb17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
---

FRC circuit simulator for electronics diagramming and rookie training.<br>
Created by **TKO Programming** ([Andy Li](https://github.com/AndyLi23) and [Rohan Bansal](https://github.com/Rohan-Bansal)).
Created by **TKO Programming** ([Rohan Bansal](https://github.com/Rohan-Bansal) and [Andy Li](https://github.com/AndyLi23)).

## Features

- Circuit diagramming with FRC parts** (see subsection below)
- Circuit diagramming with FRC parts* (see subsection below)
- Creating, moving, editing devices and cables
- Saving/importing circuits as files
- Automated debugging for all errors
Expand All @@ -19,19 +19,19 @@ Created by **TKO Programming** ([Andy Li](https://github.com/AndyLi23) and [Roha
## Future Updates

- Curved cables
- Accurate scaling of parts on a blocks-per-inch grid for E-Plate diagrams
- Accurate scaling of parts on a blocks-per-inch grid for E-Plate diagramming
- Actual simulation of gauges, pistons, motors
- Recursive debugging of all connected components
- Timed competitive wiring games
- Commented code

## Installation

#### Releases
#### Official Packaging

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.

#### Gradle
#### Building from Source

1. Clone the repository using git
2. Run `gradlew build` and then `gradlew run` in a console in the top directory
Expand Down

0 comments on commit 9debb17

Please sign in to comment.