summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorIndrajith K L2025-11-09 16:12:20 +0530
committerIndrajith K L2025-11-09 16:12:20 +0530
commit8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8 (patch)
tree94ab60d8a0dd939478f9b2838bdc6c1d693cb9a8 /projects
parent0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa (diff)
downloadreilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.gz
reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.bz2
reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.zip
Add game folder workflow, custom executable names, cross-platform tasks, and logging controls
Diffstat (limited to 'projects')
-rw-r--r--projects/.DS_Storebin8196 -> 6148 bytes
-rw-r--r--projects/README.md26
2 files changed, 23 insertions, 3 deletions
diff --git a/projects/.DS_Store b/projects/.DS_Store
index e952635..1cd0ded 100644
--- a/projects/.DS_Store
+++ b/projects/.DS_Store
Binary files differ
diff --git a/projects/README.md b/projects/README.md
index 4ee9b0b..21b09f4 100644
--- a/projects/README.md
+++ b/projects/README.md
@@ -1,4 +1,24 @@
-# All projects go in this folder
-# Projects created by create_project.sh
+# Projects
-Each project is a complete ReiLua-Enhanced setup ready to build.
+This folder contains your game projects created with `scripts/create_project.sh`.
+
+Each project is self-contained with:
+- **game/** - Your game code and assets
+- **build/** - Compiled executable
+- **scripts/** - Build and run scripts
+- All necessary ReiLua source files
+
+## Create a New Project
+
+```bash
+cd /path/to/ReiLua-Enhanced
+./scripts/create_project.sh
+```
+
+The script will guide you through setting up:
+- Project name
+- Executable name
+- Author information
+- Version and metadata
+
+Your projects are automatically gitignored in the main repository.