Skip to content

A Japanese language learning game that incorporates story-driven gameplay & a coin system, while tracking learning progress and achievements.

Notifications You must be signed in to change notification settings

forreya/japanese-learning-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


image

A Japanese Learning Game - 日本語遊び

A Japanese RPG game where the player goes to sleep one day and magically gets transported to Japan, forcing them to learn Japanese to survive in their new environment.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Future roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Introducing 日本語遊び, where players can learn Japanese through story-driven gameplay and a coin system.

Players can sign up and create a character for the game, which they can customize with new outfits from the shop using the coins earned from playing quizzes through their study desk in their bedroom.

With an engaging storyline and interactive gameplay mechanics, the game offers a fun and unorthodox way to learn the Japanese language while tracking progress and earning rewards.

(back to top)

Built With

  • React
  • Redux toolkit
  • Node.js
  • Express.js
  • MongoDB
  • Tailwind
  • Cypress
  • Jest

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/SimpleLuke/japanese-learning-RPG.git
  2. Install NPM packages

    cd frontend/
    npm install
    cd backend/
    npm install
  3. Install MongoDB

    brew tap mongodb/brew
    brew install mongodb-community@5.0
    
  4. Start MongoDB

    brew services start mongodb-community@5.0
    

Start

  1. Start the frontend server

    cd frontend/
    npm start
    
  2. Start the backend server

    cd backend/
    npm start
    
  3. Browse to http://localhost:3000

Test

  • Run all frontend tests

    npm test
    
  • Run frontend component tests

    npm test:unit
    
  • Run frontend end-to-end tests

    npm test:feature
    
  • Run all backend tests

    npm test
    

(back to top)

Usage

  • Sign up an account image

  • Choose your character image

  • Navigate to different features image

  • Play a Japanese quiz to earn exp and coins through study desk image

  • Buy new outfit with your coins in the shop image

  • Change outfit in the wardrobe image

  • View learning progress through the bookshelf image

  • View your achievments through the stats bar image

  • Toggle background music and logout through menu

    image

(back to top)

Future roadmap

  • Host the site
  • Add different categories to the quiz
  • Add health bar

(back to top)

Contributing

Contributions make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion to improve this, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement". Remember to give the project a star! Thanks again!

  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

(back to top)

Contact

Project Link: [japanese-learning-RPG]

(back to top)

Acknowledgments

(back to top)

About

A Japanese language learning game that incorporates story-driven gameplay & a coin system, while tracking learning progress and achievements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published