Skip to content

Commit 7739581

Browse files
committed
THE-MATH-GAME
1 parent 2fb918e commit 7739581

6 files changed

Lines changed: 29 additions & 10 deletions

File tree

README.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,20 @@ THE-MATH-GAME/
102102
├── docs/ # Technical Documentation
103103
│ └── SPECIFICATION.md # Architecture & Design Specification
104104
105-
├── Mega/ # Archival Attribution Assets
106-
│ ├── Filly.jpg # Companion (Filly)
107-
│ └── Mega.png # Author Profile Image (Mega Satish)
105+
├── Mega/ # Archival Attribution Assets
106+
│ ├── Filly.jpg # Companion (Filly)
107+
│ └── Mega.png # Author Profile Image (Mega Satish)
108+
109+
├── screenshots/ # Application Screenshots
110+
│ ├── main-menu.png # Start Screen & Question Selection
111+
│ ├── math-fact.png # Curated Math Facts (Lobby)
112+
│ ├── gameplay.png # Primary Gameplay Interface
113+
│ ├── game-over.png # Score Summary & Challenge
114+
│ └── share-card.png # Premium Score Analytics Asset
108115
109116
├── Source Code/ # Primary Application Layer
110-
│ ├── styling.css # Game Visuals
111-
│ ├── javascript.js # Game Logic
117+
│ ├── css/ # Game Visuals
118+
│ ├── js/ # Game Logic
112119
│ ├── images/ # Game Assets
113120
│ └── index.html # Game Entry Point
114121
@@ -127,19 +134,31 @@ THE-MATH-GAME/
127134
## Results
128135

129136
<div align="center">
130-
<b>Game Start Screen</b>
137+
<b>Main Menu & Selection</b>
138+
<br><br>
139+
<img src="screenshots/main-menu.png" alt="Main Menu" width="90%">
140+
<br><br>
141+
142+
<b>Curated Math Facts (Lobby Mode)</b>
131143
<br><br>
132-
<img src="https://user-images.githubusercontent.com/54937357/154539531-9b586eed-c2d0-44f4-8e8d-a0c00fd66b95.png" alt="Start Screen" width="80%">
144+
<img src="screenshots/math-fact.png" alt="Math Fact" width="90%">
133145
<br><br>
134146

135-
<b>Gameplay - Correct Answer Feedback</b>
147+
<b>Active Gameplay Interface</b>
136148
<br><br>
137-
<img src="https://user-images.githubusercontent.com/54937357/154540683-a58dad77-dabd-4bbe-bab4-59af34f2e9d1.png" alt="Correct Answer" width="80%">
149+
<img src="screenshots/gameplay.png" alt="Gameplay" width="90%">
138150
<br><br>
139151

140152
<b>Game Over Summary</b>
153+
<br>
154+
<i>Challenge: 31 is the author score to beat!</i>
155+
<br><br>
156+
<img src="screenshots/game-over.png" alt="Game Over" width="90%">
157+
<br><br>
158+
159+
<b>Premium Analytics Share Card</b>
141160
<br><br>
142-
<img src="https://user-images.githubusercontent.com/54937357/154540932-927369bf-1e9c-4419-8dd1-c734dae04317.png" alt="Game Over" width="80%">
161+
<img src="screenshots/share-card.png" alt="Share Card" width="90%">
143162
</div>
144163

145164
---

screenshots/game-over.png

573 KB
Loading

screenshots/gameplay.png

574 KB
Loading

screenshots/main-menu.png

576 KB
Loading

screenshots/math-fact.png

591 KB
Loading

screenshots/share-card.png

288 KB
Loading

0 commit comments

Comments
 (0)