Welcome to the Spot Game Engine, a work-in-progress game engine built entirely in C#.
You can explore the source code and contribute if you wish. Here's how you can get started:
git clone https://github.com/lucasdcampos/SpotEngine.git
cd SpotEngine
Now you can Build it from source:
Windows:
.\build.ps1
Linux:
chmod +x build.sh
./build.sh
We welcome contributions to the Spot Game Engine! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure they follow coding standards.
- Submit a Pull Request (PR) with your changes.
- Your PR will be reviewed, and upon approval, it may be merged.
For major changes or significant contributions, please discuss your ideas in advance by opening an issue.
The Spot Game Engine is open source and available under the MIT License. See LICENSE for more details.