https://github.com/katistix/swiftsweeper
A vibe-coded SwiftUI Minesweeper game
https://github.com/katistix/swiftsweeper
swiftui vibe-coding
Last synced: 29 days ago
JSON representation
A vibe-coded SwiftUI Minesweeper game
- Host: GitHub
- URL: https://github.com/katistix/swiftsweeper
- Owner: katistix
- Created: 2025-03-31T18:10:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:13:48.000Z (7 months ago)
- Last Synced: 2025-10-06T18:50:19.845Z (29 days ago)
- Topics: swiftui, vibe-coding
- Language: Swift
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SwiftSweeper
SwiftSweeper is a **vibe-coded** MacOS minesweeper game written in Swift with SwiftUI. It is a simple and fun game that allows you to play minesweeper on your Mac.
### What's Vibe-Coding?
Here's a video by [The Primeagen](https://www.youtube.com/@ThePrimeagen) reacting to the original video by YCombinator where the term was coined.
[](https://www.youtube.com/watch?v=riyh_CIshTs)
My opinion on *vibe coding* is that while yes, coding using AI gives you an advantage in terms of speed, it is and **will not be**, for a long time, a replacement for genuine human skill when it comes to Software Engineering. It is a tool that can help you get there faster, but it is not a replacement for the knowledge and experience that comes with years of practice.
### HOW TO RUN
1. Clone the repository
```bash
git clone https://github.com/katitsix/swiftsweeper.git
```
2. Run the application using the Makefile
```bash
make
```