An open API service indexing awesome lists of open source software.

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

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.

[![Video Title](https://img.youtube.com/vi/riyh_CIshTs/0.jpg)](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
```