Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.18 KB

File metadata and controls

65 lines (46 loc) · 2.18 KB

Contributing to Awesome Mac Games

Thanks for taking the time to test a game and share your results!

Adding a game report to an existing game

  1. Fork this repository
  2. Find the game's Contributor Reports table in README.md
  3. Add a new row with your details:
| [@yourusername](https://github.com/yourusername) | MacBook Pro 16" | M3 Max | 48 GB | Sonoma 14.4 | CrossOver | 60fps, ultra settings — rock solid |
  1. If the overall compatibility status in the summary table should change based on your findings, update it too
  2. Open a pull request

Adding a new game

  1. Add a row to the summary table (keep it alphabetical within genre):
| [Game Name](#game-name) | Genre |||| ⚠️ |||
  1. Add a detail section at the bottom of the games list:
### Game Name

**Developer:** Studio Name · **Store:** [Steam](https://store.steampowered.com/app/APPID) · [Other](url)

| Method | Status | Notes |
|--------|--------|-------|
| Native | ✅ / ⚠️ / ❌ / — | Notes here |
| Rosetta 2 || Untested |
| iOS || Untested |
| CrossOver || Untested |
| Parallels || Untested |
| Wine || Untested |

**Contributor Reports**

| Contributor | Mac | macOS | Method | FPS / Notes |
|-------------|-----|-------|--------|-------------|
| [@yourusername](https://github.com/yourusername) | MacBook Pro 14" | M2 Pro | 16 GB | Sonoma 14.4 | Native | 60fps, high settings |
  1. Add yourself to the Contributors table at the bottom of README.md

Status guidelines

Symbol When to use
Game runs well — stable, no major bugs, enjoyable experience
⚠️ Playable but requires workarounds, has notable bugs, or poor performance
Crashes, unplayable, or fundamentally broken
You haven't personally tested this — leave it if unknown

What makes a good report

  • Be specific about settings, resolution, and average FPS
  • Mention workarounds needed (e.g., "disable EAC", "use DX11 mode", "requires DXVK")
  • Note the CrossOver/Parallels version if relevant
  • One row per method — if you tested both native and CrossOver, add two rows