Skip to main content

Command Palette

Search for a command to run...

End Game!

Last minute updates

Published
2 min readView as Markdown
End Game!
  1. Shop Panel Update: In our ongoing efforts to refine the game's interactive elements, the shop panel in the lobby has been updated to include two new products. While these additions are currently not functional, they lay the groundwork for future.

  2. Controls Panel Addition: Understanding that ease of use significantly enhances player experience, we have introduced a controls panel. This feature allows players to familiarise themselves with the key game controls, making it easier for new gamers play.

  3. New Visual Effects for Realm Distinction: We observed that the distinction between the Dark Realm and the Light Realm was not as clear as it could be. To address this, a lightning bolt VFX has been added to the sky in the Dark Realm. Furthermore, Molly has added a smoke effect that enriches the atmosphere and deepens the engagement within the Dark Realm, enhancing gameplay experience.

  4. Options Panel for Customisation: A new options panel can now be accessed via a button in the lobby. I've added two sliders within this panel, allowing players to adjust the game's volume and brightness. Brightness slider is not functional yet. Volume settings are implemented through the SoundManager class, ensuring that changes are seamless and effective.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

public class SoundManager : MonoBehaviour
{
    [SerializeField] Slider volumeSlider;

   void Start()
    {
        if (!PlayerPrefs.HasKey("musicVoume"))
        {
            PlayerPrefs.SetFloat("musicVolume",1);
            Load();
        }
        else
        {
            Load();
        }
    }

    public void ChangeVolume()
    {
        AudioListener.volume = volumeSlider.value;
        Save();
    }

    private void Load()
    {
        volumeSlider.value = PlayerPrefs.GetFloat("musicVolume");
    }

    private void Save ()
    {
        PlayerPrefs.SetFloat("musicVolume", volumeSlider.value);
    }
}

  1. Enhanced Login Screen: To improve user feedback, we've updated the login screen to display an error message when incorrect credentials are entered. This immediate feedback helps to smooth out the login process, guiding players to correct mistakes swiftly.

  2. Leaderboard Implementation: Lastly, thanks to Molly we've incorporated a leaderboard. Currently, it displays placeholder data for silver coins and uses the names of all active players. This mock leaderboard serves as a prototype for the more dynamic, data-driven leaderboard we plan to develop.

Acknowledgements

A big shout out goes to my fellow programmer, Molly, who has been an incredible mentor throughout this project. I am grateful to our talented designers Lakshya, Shelly, and Wong for enriching this project with their innovative game design ideologies. I would also like to extend my thanks to our professors, Vasilis and Hope, at Kingston University, for their invaluable guidance throughout the Connected Games module.

Thank you for following our development journey!

Shashank Kumar Sukumar Singh

Z
zgd1y ago

We're looking for experienced MMO mobile game developers who have successfully developed multiple large-scale multiplayer online role-playing games (MMORPGs) at renowned gaming companies. This is a remote position offering highly competitive salaries with flexible working hours. Candidates can arrange their own schedules, and we're willing to provide an advance deposit upfront. If you meet these criteria and are interested, please contact us directly.

EMail:q791864008q@gmail.com Discord:q791864008q_gmail_com Telegram:q791864008q_gmail_com

Z
zgd1y ago

We're looking for experienced MMO mobile game developers who have successfully developed multiple large-scale multiplayer online role-playing games (MMORPGs) at renowned gaming companies. This is a remote position offering highly competitive salaries with flexible working hours. Candidates can arrange their own schedules, and we're willing to provide an advance deposit upfront. If you meet these criteria and are interested, please contact us directly.

EMail:q791864008q@gmail.com Discord:q791864008q_gmail_com Telegram:q791864008q_gmail_com

Z
zgd1y ago

We are willing to pay a high price to acquire the source code of a mobile game that is compatible with both Android and iOS platforms, for the purpose of learning and research. The game must meet the following criteria: it should be developed by a top-tier gaming company within the past 5 years, fully completed and matured, and preferably of the multiplayer online MMORPG or ARPG genre. If your game meets our interest, we will proceed with the transaction promptly and offer an upfront payment as a gesture of goodwill. Contact me q791864008q@gmail.com

Z
zgd1y ago

Who has the source code of a large multiplayer online mobile game that was completed within the last 5 years? This game must possess a carefully designed commercialization numerical system. I am willing to pay a high fee to purchase it for learning and research purposes. email:q791864008q@gmail.com. If the game meets our expectations, we are willing to pay an additional recognition fee in advance.