Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-furkan/minesweeper-v
Minesweeper Written in Vlang
https://github.com/ali-furkan/minesweeper-v
game minesweeper v vlang
Last synced: about 1 month ago
JSON representation
Minesweeper Written in Vlang
- Host: GitHub
- URL: https://github.com/ali-furkan/minesweeper-v
- Owner: ali-furkan
- License: mit
- Created: 2021-08-22T10:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T19:17:47.000Z (11 months ago)
- Last Synced: 2024-08-05T01:10:58.679Z (5 months ago)
- Topics: game, minesweeper, v, vlang
- Language: V
- Homepage:
- Size: 461 KB
- Stars: 38
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - minesweeper - A simple Minesweeper game written in vlang. (Applications / Games)
README
Minesweeper V
Simple Minesweeper game written in vlang
[![Mentioned in Awesome V](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/vlang/awesome-v#games)## 📩 Installation
- Make sure to have [V compiler](https://vlang.io/) installed in your machine.
- You can compile and run the game using `v run .`## âš½ Controls
|Control |Description |
|---------------|-------------------------|
|Q-key |Change right-click mode |
|R-key |Restart the game |
|Mouse Button 1 |Click the cell |
|Mouse Button 2 |Mark mine |## 📷 Screenshots
![Screenshot 1](./assets/screenshot.png)
## 📄 License
This repository is licensed under the [MIT License](./LICENSE)