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.
Find a file
Tony Bark e9d7d736eb
Some checks failed
Build / build (macos-latest) (push) Has been cancelled
Build / build (windows-latest) (push) Has been cancelled
Build / ubuntu-build (push) Has been cancelled
Build / lint (push) Has been cancelled
Restarted Zig project with the new build architecture
- Renamed old src directory as backup-src
2025-02-18 08:02:51 -05:00
.github/workflows Lint after Ubuntu build CI finished 2024-05-13 22:32:57 -04:00
.vscode Switched to Raylib 2024-04-29 03:04:46 -04:00
backup-src Restarted Zig project with the new build architecture 2025-02-18 08:02:51 -05:00
docs Added some more documentation 2024-05-13 17:53:09 -04:00
library Added some more documentation 2024-05-13 17:53:09 -04:00
resources Added some more documentation 2024-05-13 17:53:09 -04:00
server Merge pull request #1 from tonytins/dependabot/nuget/server/FSO.Server.Common/Newtonsoft.Json-13.0.1 2024-05-07 01:43:56 -04:00
src Restarted Zig project with the new build architecture 2025-02-18 08:02:51 -05:00
Tools Floor drawing function 2024-05-04 04:57:22 -04:00
.gitignore Updated gitignore to account for new cache folder 2025-02-18 07:17:47 -05:00
.gitmodules nioTSO submodule based on fork 2024-05-10 12:41:41 -04:00
build.zig Restarted Zig project with the new build architecture 2025-02-18 08:02:51 -05:00
build.zig.zon Restarted Zig project with the new build architecture 2025-02-18 08:02:51 -05:00
code_of_conduct.md Removed NioTSO client and server 2024-05-01 02:55:43 -04:00
LICENSE.md Updated documentation 2024-05-06 07:24:11 -04:00
README.md Bumped Raylib dependency 2024-05-20 21:55:10 -04:00

My Simulation

GitHub License GitHub Pull Requests GitHub Issues

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.

The client is written in Zig and uses Raylib game engine with NioTSO's libraries for interacting with The Sims' proprietary formats. FreeSO's API server is used for the backend.

Motivation

See motivation.md for motivation and vision.

Requirements

Prerequisites

  • The Sims Online
  • Client
  • API Server
  • Libraries & Tools
    • TBA

System Requirements

Platform Version Architectures
Windows 10+ x86_64, ARM
Linux 3.16+ x86_64
macOS 11.0+ x86_64, ARM

Getting Started

  1. Clone the Repository:

    git clone https://github.com/simtactics/mysimulation.git
    git submodule update --init --recursive
    

    Or, if you have the Github CLI...

    gh repo clone simtactics/mysimulation
    
  2. Navigate to the Repository:

    cd mysimulation
    
  3. Run the Client:

    zig build run
    

Further details on building can be found at compiling.md.

Contributing

They're many ways you can contribute to My Simulation such as trying things out, filing bugs, and joining in the discussion!

  • How to Contribute (coming soon)
  • Pull Requests: Open/Closed

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Disclaimer

My Simulation is not in any way affiliated with Electronic Arts, Maxis or The Sims, it is an unofficial community run project.