mysimulation/README.md

33 lines
746 B
Markdown
Raw Normal View History

# 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.