mysimulation/README.md
Tony Bark 5efdb29315 zTSO
- Added libraries from formats and libvitaboy
2024-04-28 05:33:13 -04:00

746 B

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 0.11 or newer

Getting Started

  1. Clone the Repository:

    git clone https://github.com/tonytins/ztso.git
    
  2. Navigate to the Repository:

    cd zsandbox
    
  3. Run the Examples: Execute the code examples using the Zig compiler. For instance:

    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 for details.