mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 06:41:21 +00:00
My Simulation is an experimental open source multiplayer game based upon The Sims Online. It attempts to mimic the original game as closely as possible while extending it with new features.
|
||
---|---|---|
Client | ||
library | ||
Server | ||
src | ||
Tools | ||
.gitignore | ||
build.zig | ||
build.zig.zon | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
update-libraries.bat | ||
update-libraries.mk | ||
update-libraries.sh |
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
-
Clone the Repository:
git clone https://github.com/tonytins/ztso.git
-
Navigate to the Repository:
cd zsandbox
-
Run the Examples: Execute the code examples using the Zig compiler. For instance:
zig build run
-
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.