It follows the same rules as Minesweeper. However, the map expands infinitely, and you can play with oher people in this website!
This project is an online multiplayer version of Minesweeper, where the map expands infinitely. Players can join and play together in real-time, making it a unique and engaging experience compared to the traditional single-player Minesweeper game.
- Infinite Map: The game map expands infinitely as you explore.
- Multiplayer: Play with other people in real-time.
- Chat: Press Enter and Chat with other players.
- Real-time Updates: See the moves of other players instantly.
- Frontend: Next.js, Zustand, Scss, Pixi/react
- Backend: FastAPI
- WebSocket: For real-time communication
- /src: Contains the source code for the frontend and backend.
- /public: Contains static files and assets.
- /public/documents: Contains Documents for Contribute.
Let's play the game here.
Here's more information to contribute this project: https://gamultong.github.io/gamulpung-client/documents/contribute-guide/?lang=en#overviewofcontributersguide
If you want to contribute this project, Follow these steps.
- Navigate to the GitHub repository you want to fork.
- In the top-right corner of the repository page, click the "Fork" button.
- GitHub will create a copy of the repository in your own GitHub account.
- 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- Make changes to the code in your local repository.
- Commit and push your changes to your forked repository on GitHub.
- 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".
- Setting Environments
node >= 20.10
npm >= 10.9
In .env file, There are two environment values.
NEXT_PUBLIC_WS_HOST =
NEXT_PUBLIC_HOST = "http://localhost:3001/gamulpung-client"
Mail me to get websocket host url: Email: kkh061101@naver.com
- Install Dependencies.
npm install - Run Development Server.
npm run dev- Test Linting Codes Before Building.
npm run lint