8000 GitHub - kimgh06/minesweeper-client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kimgh06/minesweeper-client

 
 

Repository files navigation

Gamulpung

It follows the same rules as Minesweeper. However, the map expands infinitely, allowing you to perform as many actions as you want!

Play

Let's play the game here.

Contribute

If you want to contribute this project, Follow these steps.

Fork this repository

  1. Navigate to the GitHub repository you want to fork.
  2. In the top-right corner of the repository page, click the "Fork" button.
  3. GitHub will create a copy of the repository in your own GitHub account.
  4. You can now clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/minesweeper-client.git
  1. Make changes to the code in your local repository.
  2. Commit and push your changes to your forked repository on GitHub.
  3. If you want to contribute your changes back to the original repository, create a pull request:
  • Go to your forked repository on GitHub.
  • Click the "Pull Request" button.
  • Compare your changes with the original repository.
  • Add a title and description for your pull request.
  • Click "Create Pull Request".

How to set devleopment environment.

  1. Setting Environments
node >= 20.10
npm >= 10.9
  1. Install Dependencies.
# Because React 19 does not support previous dependencies before version 19.
npm install --force 
  1. Run Development Server.
npm run dev
  1. Test Linting Codes Before Building.
npm run lint

About

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.2%
  • SCSS 15.1%
  • CSS 0.7%
0