Skip to content

Commit fe8c55b

Browse files
authored
Updated README.md
Changed the initial 16x16 grid to 8x8 grid
1 parent c91b1c7 commit fe8c55b

1 file changed

Lines changed: 36 additions & 20 deletions

File tree

README.md

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,60 @@
1-
# 🌍 The Global Rorschach Canvas
1+
# 🌍 The Global Rorschach Canvas (8×8 Edition)
22

33
A slow-motion collaborative art experiment.
44

5-
## 🎨 How to Paint
5+
---
6+
7+
## 🎨 How To Paint
68

7-
1. Click “Issues
8-
2. Create a new Issue
9-
3. Use this format:
9+
1. Go to the **Issues** tab.
10+
2. Click **New Issue**.
11+
3. Use this exact format:
1012

13+
```
1114
Paint [A5] #FF5733
15+
```
1216

1317
That’s it.
1418

15-
You may paint once every 24 hours.
19+
---
20+
21+
## 📏 Valid Coordinates
22+
23+
Rows: **A–H**
24+
Columns: **1–8**
25+
26+
Examples:
1627

17-
Tiles lock for 1 hour after being painted.
28+
- Paint [A1] #FF0000
29+
- Paint [H8] #00FFAA
1830

1931
---
2032

21-
## 🖼 Live Canvas
33+
## ⏳ Rules
2234

23-
![Canvas](map.svg?ts=0)
35+
- You may paint once per issue.
36+
- Format must match exactly:
37+
38+
`Paint [Coordinate] #HEXCODE`
39+
40+
- Coordinate must be between **A1 and H8**
41+
- Color must be a valid 6-digit HEX code.
42+
- Invalid format → issue labeled **Invalid**
43+
- Successful paint → issue labeled **Completed**
44+
- Every action is permanently logged.
2445

2546
---
2647

27-
## 📜 Rules
48+
## 🖼 Live Canvas
2849

29-
- Format must be: `Paint [Coordinate] #HEXCODE`
30-
- Coordinates range from A1 to P16
31-
- One paint per user every 24h
32-
- Tile locks for 1 hour after painting
33-
- Invalid format → issue labeled `Invalid`
34-
- History is permanently logged
50+
![Canvas](map.svg?ts=0)
3551

3652
---
3753

38-
## 🔥 Most Contested Pixel
39-
Coming soon...
54+
## 📜 History Log
55+
56+
All changes are recorded in `history.log`.
4057

4158
---
4259

43-
## 🏆 Top Painters
44-
Coming soon...
60+
Built entirely with GitHub Actions. No servers. No backend.

0 commit comments

Comments
 (0)