- Rules and Implentation
- SOMAS Base Platform User Manual
- Introduction to SOMAS Base Platform
- SOMAS ACW Rules
See Setup & Rules for requirements - EVERYONE SHOULD READ THIS DOC.
# Approach 1
go run . # Linux and macOS: Use `sudo go run .` if you encounter any "Permission denied" errors.
# Approach 2
go build # build step
./SOMAS2023 # SOMAS2023.exe if you're on Windows. Use `sudo` on Linux and macOS as Approach 1 if required.
go run . --help
Important documents pertaining to codebase organisation, code conventions and project management. Read before writing code. The rules can be found here Rules and Implementation
Internal SOMAS2020 packages. Most development occurs here, including client and server code.