Skip to content

lmgame-org/ai-space-escape-roblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

game-arena-space

This is a minimal backbone code implementation for a GameArena project. It's set in a space station where the user is trying to escape a self-destruction.

Here is the link to the game: https://www.roblox.com/games/114904064694961/AI-Space-Escape

Setup

You need Rojo in order to use this codebase. Rojo is a Roblox Development plugin that enables you to sync code from your file system (which has Git/GitHub version control) into RobloxStudio. This is a typically a one-way sync.

Download Rojo here:

To set up the codebase:

  1. You need Rojo first (see above)
  2. Clone this repository, and open it in VSCode
  3. In RobloxStudio, open the game you would like to sync code to.

(⚠️ Note: If you try to sync code into the master game, it will show up for everyone that is working on the master game. For that reason, it is recommended that you make a separate/personal/local copy of the game to work on and sync code to, or else you may conflict with someone else.)

To sync code (one-way from VSC to RS):

  1. In VSCode, open the Rojo plugin using the command palette, and start the project server.
  2. In RobloxStudio, open the Rojo plugin in the desired game, and press Connect to start syncing.
  3. Your code will now be applied to the desired game.
  4. ⚠️ Other people can't sync to the same game while you're connected, so it's recommended that you connect only briefly when syncing to a shared game. Disconnect Rojo plugin (or stop the Rojo server) when you're done syncing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages