Add game folder workflow, custom executable names, cross-platform tasks, and logging controls
This commit is contained in:
BIN
projects/.DS_Store
vendored
BIN
projects/.DS_Store
vendored
Binary file not shown.
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user