Skip to content

Commit ece1346

Browse files
committed
update titles to new conventions
1 parent 799c210 commit ece1346

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

src/constants/MarkdownFiles/posts/2025-06-08-gsoc-25-BishoyWadea-week01.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ category: "DEVELOPER NEWS"
55
date: "2025-06-07"
66
slug: "2025-06-07-gsoc-25-BishoyWadea-week01"
77
author: "Bishoy Wadea"
8-
description: "GSoC'25 Contributor"
98
tags: "gsoc25,sugarlabs,week01,BishoyWadea"
109
image: "assets/Images/GSOC.png"
1110
---
@@ -34,19 +33,19 @@ image: "assets/Images/GSOC.png"
3433
1. **Initial Game Implementation**
3534
- Implemented the basic game loop, event handling, and win condition detection. This created the foundation for gameplay.
3635
- Added support for checking that no two adjacent regions have the same color.
37-
- PR: [#1 Gameplay Base](https://github.com/Bishoywadea/Four-Color-Map/commit/91eabce38439fc08da652d1de309b556393fcee3)
36+
- commit: [Gameplay Base](https://github.com/Bishoywadea/Four-Color-Map/commit/91eabce38439fc08da652d1de309b556393fcee3)
3837

3938
2. **UI Enhancements & Interaction Features**
4039
- Designed and integrated colorful buttons, icons, and zoom functionalities to make the UI more appealing to children.
4140
- Added menu navigation for selecting countries and levels.
4241
- Added Undo, Erase, and Help buttons for better usability.
43-
- PR: [#2 UI Enhancment](https://github.com/Bishoywadea/Four-Color-Map/commit/4fe1c755c47696cc20e6dd757190ed1f3df98717)
42+
- commit: [UI Enhancment](https://github.com/Bishoywadea/Four-Color-Map/commit/4fe1c755c47696cc20e6dd757190ed1f3df98717)
4443

4544
3. **Map Data Integration**
4645
- Generated and added regional map data for Egypt, US, Nigeria, and India.
4746
- Developed a script to convert GeoJSON files into game-ready polygon data.
4847
- Screenshot of gameplay:
49-
PR: [#3 Data Integration](https://github.com/Bishoywadea/Four-Color-Map/commit/de018722d2d32d3ebd40429f8e59e1793cd34e9c)
48+
commit: [Data Integration](https://github.com/Bishoywadea/Four-Color-Map/commit/de018722d2d32d3ebd40429f8e59e1793cd34e9c)
5049

5150
---
5251

src/constants/MarkdownFiles/posts/2025-06-15-gsoc-25-BishoyWadea-week02.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ category: "DEVELOPER NEWS"
55
date: "2025-06-15"
66
slug: "gsoc-25-BishoyWadea-week01"
77
author: "Bishoy Wadea"
8-
description: "GSoC'25 Contributor at SugarLabs"
98
tags: "gsoc25,sugarlabs,week02,BishoyWadea"
109
image: "assets/Images/GSOC.png"
1110
---
@@ -14,7 +13,7 @@ image: "assets/Images/GSOC.png"
1413

1514
# Week 01 Progress Report by Bishoy Wadea
1615

17-
**Project:** [Broken Calculator](https://github.com/Bishoywadea/Four-Color-Map)
16+
**Project:** [Broken Calculator](https://github.com/Bishoywadea/Broken-Calculator)
1817
**Mentors:** [Ibiam Chihurumnaya](https://github.com/chimosky)
1918
**Assisting Mentors:** [Walter Bender](https://github.com/walterbender/)
2019
**Reporting Period:** 2025-06-08 - 2025-06-15
@@ -34,28 +33,28 @@ image: "assets/Images/GSOC.png"
3433
1. **Initial Setup & Core Functionality**
3534
- Added starter files and project structure.
3635
- Implemented basic game manager functionality to handle state, inputs, and equation validation.
37-
- commit: [Initial Commit](https://github.com/Bishoywadea/BrokenCalculator/commit/initial)
36+
- commit: [Initial Commit](https://github.com/Bishoywadea/Broken-Calculator/commit/9615fe64467e538e4b2d3df2ba6a0059177d31a7)
3837

3938
2. **UI Foundation and Target Display**
4039
- Created basic UI layout with the target number display.
4140
- Integrated equation panel and on-screen keyboard for child-friendly input.
42-
- commit: [UI Target + Equation Panel](https://github.com/Bishoywadea/BrokenCalculator/commit/equation-ui)
41+
- commit: [UI Target + Equation Panel](https://github.com/Bishoywadea/Broken-Calculator/commit/fb52777a698d0846b3012140a796024edef5e577)
4342

4443
3. **Button Logic and Interaction**
4544
- Added calculator buttons and implemented event handling logic.
4645
- Created class-based structure for reusable buttons and interactions.
47-
- commit: [Calc Buttons Logic](https://github.com/Bishoywadea/BrokenCalculator/commit/button-events)
46+
- commit: [Calc Buttons Logic](https://github.com/Bishoywadea/Broken-Calculator/commit/f5201b9cf17c37fb70502fda55fd190b2143bca2)
4847

4948
4. **Gameplay Enhancements**
5049
- Added scoring system and validation logic for player input.
5150
- Implemented completion message upon solving the puzzle correctly.
52-
- commit: [Game Logic & Completion](https://github.com/Bishoywadea/BrokenCalculator/commit/scoring-completion)
51+
- commit: [Game Logic & Completion](https://github.com/Bishoywadea/Broken-Calculator/commit/2f985799faab59d590adae38b349c20dc0b432f9)
5352

5453
5. **Visual & UX Improvements**
5554
- Introduced dark theme palette for better visual experience.
5655
- Added menu buttons, teacher image, and stars animation for child appeal.
5756
- Relocated help button for better accessibility.
58-
- commit: [UI/UX Polish](https://github.com/Bishoywadea/BrokenCalculator/commit/ui-polish)
57+
- commit: [UI/UX Polish](https://github.com/Bishoywadea/Broken-Calculator/commit/c97ade0610d606672a99522b944ed4ec24018c02)
5958

6059
---
6160

0 commit comments

Comments
 (0)