Skip to content

tirthajyoti-ghosh/Battle-of-Grandia

Repository files navigation

Contributors Forks Stargazers Issues License: MIT LinkedIn


Logo

Battle of Grandia

An adventure RPG game built with Phaser3.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

The Battle

This is a very simple RPG game where a warrior goes about his day exploring the world and adventuring and doing all other warrior/hero stuff and will seldom cross path with a fiery Kraken that throws fireballs on all sides. As a player, you will help our warrior here with defeating the Kraken whenever he comes across one.

In your adventure, you will come acroos several of these fiery krakens that dotted the map. Once you defeat a Kraken, you earn points and are allowed to move with your life as an adventurer. You accumulate these points as you move forward defeating krakens after krakens. But once a Kraken manages to kill you, you will end up where every JS object ends up after getting destroy ed - the void. You will cease to exist and you will lose all your points.

Instructions

You will start your adventure with an

  • Welcome screen where you will put your name (so other players recognize you when they see your top scores!), then

  • You will be presented with four choices:

    • Start playing the game, or
    • Turn on/off the music, or
    • A chance for you to be thankful for this game, or
    • See where you stand in the Leaderboard.
  • Once you choose to start playing the game, you will be dropped in a beautiful and scenic world that you could only dream about. You can choose to explore or you can choose to engage with a Kraken. Mind you, the krakens will look small, but it's their disguise. When you engage,

  • You will be transported to their world where you have to battle the Kraken -

    • You can move your character by W - forward, A - left, S - backward, D- right.
    • IMPORTANT! As you have a sword, however powerful it may be, it's a melee weapon. So you have to be very close to the Kraken to make any damage. When you are very close to the Kraken,
    • Press SPACE key to attack it, and
    • Remember to not get hit by its fireballs.

This game sure sounds simple but it's not. Give it a try.

Live demo

Deployed to Heroku - live demo.

Built With

  • Phaser 3
  • Webpack
  • Babel
  • ES6

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/tirthajyoti-ghosh/Battle-of-Grandia.git
  2. Install NPM packages

    npm install
  3. Start local server

    npm run dev
  4. Visit http://localhost:8080/ in your browser.

Roadmap

Immediate

  • Pause scene - to pause/resume the game.
  • Add functionality to save progress and load from there.

Near future

  • Increase the complexity of the scoring system
  • Add more varities of entites
  • Add a complete map

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Tirthajyoti Ghosh - @terrific_ghosh - [email protected]

Project Link: https://github.com/tirthajyoti-ghosh/Battle-of-Grandia

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages