/selene-roblox-game

An example of using selene (https://github.com/Kampfkarren/selene) and Rojo (https://github.com/rojo-rbx/rojo) for a Roblox game

Primary LanguageLuaMIT LicenseMIT

selene-roblox-game

This is an example of using selene and Rojo for a Roblox game.

Setting up

Prerequesties

  • Rust 1.37 or newer installed
  • Git installed

Installation

selene

See selene's installation guide regarding installation of selene.

Rojo

See Rojo's installation guide regarding installation of Rojo

Building the project

Clone this repository:

git clone https://github.com/Jaguar-515/selene-roblox-game.git

Then, inside the cloned repository folder, build the project using Rojo:

rojo build --output selene-roblox-game.rbxlx

And that should be it for building the project!

License

This example is under the MIT license. See LICENSE.md regarding information about the license.