mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-22 17:32:23 +00:00
33 lines
No EOL
746 B
Markdown
33 lines
No EOL
746 B
Markdown
# zTSO
|
|
|
|
zTSO is a experimental implementation of The Sims Online written in Zig that is based on NioTSO's C-based libraries and tools.
|
|
|
|
## Requirements
|
|
|
|
- [Zig](https://ziglang.org/) 0.11 or newer
|
|
|
|
## Getting Started
|
|
|
|
1. **Clone the Repository**:
|
|
|
|
```bash
|
|
git clone https://github.com/tonytins/ztso.git
|
|
```
|
|
|
|
2. **Navigate to the Repository**:
|
|
|
|
```bash
|
|
cd zsandbox
|
|
```
|
|
|
|
3. **Run the Examples**: Execute the code examples using the Zig compiler. For instance:
|
|
|
|
```bash
|
|
zig build run
|
|
```
|
|
|
|
4. **Experiment and Learn**: Modify the code, try out different constructs, and see how Zig behaves.
|
|
|
|
## License
|
|
|
|
I license this project under the GPL-3.0 license - see [LICENSE](LICENSE) for details. |