Skip to content

Releases: nixonyh/lumina

v0.2.4

25 Apr 10:14
6d01211

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

23 Apr 12:33
bf9c4e9

Choose a tag to compare

Foreword

This marks our first ever release! A massive thanks to our major contributors!

@AlexTan35 - Artist/Designer
@Sheerwin02 - Programmer
@kahboon0425 - UI/UX Artist/Designer
@crazygamingjb - Level Designer
@Jian0227 - Project Manager
@nixonyh - Team Lead/Programmer

How to run the game?

  1. Download the provided lumina_build.zip file and extract it.
  2. Once extracted, you have 2 options, either host it locally, or host it online.

Hosting locally (single machine)

If you just want to play the game on a single machine, simply run both the lumina_server.exe and lumina_client.exe.
You can run multiple instances of lumina_client.exe which will act like a different player.

Hosting on LAN (multiple machines)

To host for your entire LAN (local area network), open up terminal and determine your local IP address using ipconfig on Windows or ifconfig on Linux/Mac.

Then, copy the IP address and paste it in assets/settings.ron in the server_addr field:

    ..
    shared: SharedSettings(
        server_addr: "your ip here!",
        server_port: 5000,
        ...
    )

With the same IP address, paste it also in your other machines' settings.ron file.

Once done, run lumina_server.exe on the host machine (the machine where you copy the IP address).
On other machines, including the host machine, just run lumina_client.exe, it will automatically connect to the server.

Hosting online

Hosting online risks your IP address being leaked. Continue this path with great caution!

The steps to host online is pretty similar to how you host on LAN (previous section). The only difference now is that you will need to do 2 extra things:

  1. Port-forward your hosting machine on your router with the port 5000.
  2. Change the sever_addr field to your public IP address instead (you can check this via https://whatismyipaddress.com/).

Changelog

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

17 Apr 18:17
68115ed

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Apr 17:39
40e31c1

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Apr 08:53
80c7f99

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Dec 11:32
4a05005

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Version 0.1.0

Our first Lumina game pre-release!

What's Changed

New Contributors

Full Changelog: https://github.com/nixonyh/lumina/commits/v0.1.0