Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.28 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.28 KB

Fugue State

Description

Fugue State is a deck-builder game that aims to provide an immersive and interactive experience for players. It combines elements of rhythm games and puzzle games to teach chords using different musical notations (scientific, do-re-mi, and chromatic).

Features

  • Interactive game environment
  • Real-time audio feedback
  • Customizable options
  • Multi-scene gameplay

Getting Started

To get started with Fugue State, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/fugue-state.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Open the game in your browser: http://localhost:5173

Project Structure

The project is structured as follows:

  • src/: Contains all the source code for the game.
  • src/components/: Contains reusable components used throughout the game.
  • src/data/: Contains data files for the game, including cutscenes, options, and player state.
  • src/styles/: Contains CSS files for styling the game.
  • src/utils/: Contains utility functions used throughout the game.

Contributing

Contributions are welcome! If you'd like to contribute to Fugue State, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m "Add your feature"
  4. Push your changes to your forked repository: git push origin feature/your-feature
  5. Create a pull request to merge your changes into the main repository.

Acknowledgements