mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
The official, open-source, C# revamp of ShiftOS.
33edc6a211
Tutorial now goes over how to do basic things like check codepoints, buy upgrades, open windows etc. win.open now shows a list of available windows when ran with no arguments. |
||
---|---|---|
Libraries | ||
readme_stuff | ||
ShiftOS.MFSProfiler | ||
ShiftOS.Objects | ||
ShiftOS.Server | ||
ShiftOS.Sites | ||
ShiftOS.WinForms | ||
ShiftOS.Wpf | ||
ShiftOS_TheReturn | ||
Templates | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
InsertLicense.exe | ||
LICENSE | ||
README.md | ||
ShiftOS_TheReturn.sln |
ShiftOS
The official, open-source, C# revamp of ShiftOS.
License
We are licensed under the MIT license. A simple description is:
- Don't steal our code and call it yours
- If you fork us, leave any copyright statements and license info at the top of all .cs files. You can use the InsertLicense executable to insert the statement into any code files missing the copyright statement.
Using our code for your own front-end project
You may use the ShiftOS.Engine, ShiftOS.Objects, and ShiftOS.Server projects to create your own games. You must include the original license and link back to this in your game or credits.
Contributing
See CONTRIBUTING.md