[Feat] Add FDR (Flight Data Recorder)
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
flight log
```
date, time, x, y, z
2025-01-01, 12:34:56, 200, 340, 0
...
```
flight route
```
-----------------------------
| | **** |
| | * * |
| | * * |
| ******* * |
| * * |
y-------------*--------*----|
| | * |
| | * |
| | |
| | |
| | |
--------------x--------------
```
(x-y graph)
```
z--------------------*------|
| *********** |
| * |
| ** |
| ** |
|**** |
-------------x-y-------------
```
(xy-z graph)
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin with the sample flight log and the two route sketches in the issue. Define how flight data should be recorded and how the x-y and xy-z graph outputs should represent a completed flight, then verify the behavior with representative flight data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100