Welcome to the best game server available! Here is a list of features:
- 24/7 - Always Up! π΄
- Free - No fees/payments! π€
- No Initialization Needed* - Beginner-friendly! π
- Customizable - Customize how you'd want it! π€
- Secure - Forking needed to edit, always giving credit! βοΈ
- For every game - Build the files and commit your changes! πΉοΈ
* - If you're not using SSH/Git on your project unless you specify a config file!
This is the section of managing files. It's super useful in case if you wanna add e.g. online saving.
- Add a key to your GitHub account and to the SSH agent
- Go to the server and press buttons in the following order: Code > Local > SSH
- Find the SSH key of the repository and authenticate
- Learn to code by SSH and voila! You're done. Your actions are automated.
- Go to the server and press buttons in the following order: Code > Local > SSH
- If you do not have a SSH key in your account, tap the link "add a new public key" or here.
- Use a program to generate a key and paste it.
- Next, copy the repository's SSH key and use it in your code!
- Go to the server and press buttons in the following order: Code > Local > HTTPS
- Copy the link (ends with .git)
- Use it in your code, AND REMEMBER TO TYPE
git commit
TO COMMIT CHANGES!