Minesweeper game built with Ruby and Redis
ANYTHING IS SUBJECT TO CHANGE
| Layer | Tech |
|---|---|
| API Backend | Ruby on Rails (API-only mode) |
| Caching | Redis |
| Database | PostgreSQL or SQLite |
| Containerization | Docker + Docker Compose |
| Dev OS | WSL2 + VS Code |
| Front End | React(Vite or Expo) |
Phase 1: Core Game Logic
Phase 2: Build Rails API
Phase 3: Integrate Redis
Phase 4: Containerize Everything (Docker)
Phase 5: Build Frontend
Finish: Polish, Test & Deploy
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...