From 047b818e1a4e1a7ddd6131761213931125ff9fc1 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 21 Mar 2022 16:32:19 -0400 Subject: [PATCH] dir index --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d33fb03b..1c680199 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # Ludum Dare 50: *unnamed game* [![Build Full Release](https://github.com/Ewpratten/ludum-dare-50/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/ludum-dare-50/actions/workflows/build.yml) +## Navigating this repository + +- `/game`: The game resource directory + - `/game/desktop_wrapper`: A desktop launcher for the game + - `/game/game_logic`: The game code + - `/game/dist`: The assets for the game (these are packaged with the final executable) +- `/assets`: Various asset files sorted by user (these are **not** packaged with the game) +- `/docs`: Documentation for the game +- `/automation`: Tools to make our lives easier. Written in various languages +- `/third_party`: Custom forks of third party libraries + ## Cloning **IMPORTANT:** This project makes use of recursive submodules. Make sure to pull them via GitKracken, or with the following command: