Skip to content

Commit 8bfdfab

Browse files
authored
Mor RL Games Link Included
1 parent c7eb535 commit 8bfdfab

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

data/history.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
history:
2+
- date: "11 March 2026"
3+
title: "Ludo"
4+
description: "Simple Ludo game source code for RL"
5+
link: "/Ludo/"
6+
accent_color: "#ff0033"
7+
- date: "11 March 2026"
8+
title: "Carrom"
9+
description: "Simple Carrom game source code for RL"
10+
link: "/Carrom/"
11+
accent_color: "#ff0033"
12+
- date: "11 March 2026"
13+
title: "Archery"
14+
description: "Simple Archery game source code for RL"
15+
link: "/Archery/"
16+
accent_color: "#ff0033"
17+
- date: "11 March 2026"
18+
title: "Billiards"
19+
description: "Simple Billiards game source code for RL"
20+
link: "/Billiards/"
21+
accent_color: "#ff0033"
222
- date: "10 March 2026"
323
title: "2048"
424
description: "Simple 2048 game source code for RL"

data/home.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@ categories:
118118
- name: "2048"
119119
icon: "cfd-games"
120120
url: "/2048/"
121+
- name: "Archery"
122+
icon: "cfd-games"
123+
url: "/Archery/"
124+
- name: "Ludo"
125+
icon: "cfd-games"
126+
url: "/Ludo/"
127+
- name: "Billiards"
128+
icon: "cfd-games"
129+
url: "/Billiards/"
130+
- name: "Carrom"
131+
icon: "cfd-games"
132+
url: "/Carrom/"
121133
# Category for site-wide information, policies, and external links
122134
- name: "Site & External Links"
123135
items:

0 commit comments

Comments
 (0)