Skip to content

ElectricBoy2023/GameServer_8881

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•ΉοΈ Free Game Server

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!

βœ… How to initialize

Connecting & managing files remotely

This is the section of managing files. It's super useful in case if you wanna add e.g. online saving.

πŸ§‘β€πŸ’» SSH (Warning: Hard!)

😴 Hard method

  1. Add a key to your GitHub account and to the SSH agent
  2. Go to the server and press buttons in the following order: Code > Local > SSH
  3. Find the SSH key of the repository and authenticate
  4. Learn to code by SSH and voila! You're done. Your actions are automated.

πŸ˜€ Easy method

  1. Go to the server and press buttons in the following order: Code > Local > SSH
  2. If you do not have a SSH key in your account, tap the link "add a new public key" or here.
  3. Use a program to generate a key and paste it.
  4. Next, copy the repository's SSH key and use it in your code!

πŸ§‘β€πŸ’» Git

  1. Go to the server and press buttons in the following order: Code > Local > HTTPS
  2. Copy the link (ends with .git)
  3. Use it in your code, AND REMEMBER TO TYPE git commit TO COMMIT CHANGES!