Homeward Bound is a game about Time, Kindness and Home (^^)
Embark on an journey filled with the essence of time, the power of kindness, and the longing for home.
( ̄︶ ̄)↗ Explore the game in action here
- React Three Fiber
- Drei
- Vanilla Js
- HTML and CSS
To set up the game on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/Ruchita1010/homeward-bound.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the application in your browser:
http://localhost:5173
- Add sound effects and background music.
- Implement Up/Down movement for player.
- Introduce an indicator to display the powers gained by the player.
- Use a progress indicator to visually represent the passing of time in the game.
- Replace the player model 'Mew' with another unique 3D model.
- Replace the 'Treehouses' model with another model. ( The Treehouses model is itself quite complex and has many polygons. And it's repeated usage is just a lot of load for rendering. Looking for different a model )
- Expand the game's universe by adding more worlds.
Homeward Bound is MIT licensed.