diff --git a/README.md b/README.md index e69de29..b34fa4f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Rail Network + +This Rust library defines the mechanics behind a railroad network as a Godot extension. While the Godot extension API is a required as a dependency, the unit tests can be run without needing to import this library into Godot itself.