blob: 21b09f4745e2a5123847acaf52b7b140732bb3f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Projects
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.
|