If you're interested in becoming a potential contributor to our project follow this steps
To get started:
- Fork or Clone this repository locally on your computer
- Install the project dependencies; This may vary depending on your package manager.
- The source code can be found in
places/
- Common (shared src) is found in
places/common/
- Lobby source code is found in
places/lobby/
- Multiplayer source code is found in
places/multiplayer/
- And so on!
- Common (shared src) is found in
- Refer to the following links to learn more about the code we use in our project: