commit 50cb7f76e10376bab774ba4d4aa9a01c92305d78 Author: Douwe Ravers <48226147+DouweRavers@users.noreply.github.com> Date: Wed Aug 27 15:44:34 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50335d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Godot 4+ specific ignores +.godot/ +.nomedia + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..4be833b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Cobor +A multiplayer RTS game build around programable robots and hierarchical relations.