Skip to content

Commit c7eb535

Browse files
authored
I willl add svg later
1 parent 710d2ff commit c7eb535

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

data/history.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
history:
2+
- date: "10 March 2026"
3+
title: "2048"
4+
description: "Simple 2048 game source code for RL"
5+
link: "/2048/"
6+
accent_color: "#ff0033"
7+
- date: "10 March 2026"
8+
title: "Dot and Box"
9+
description: "Simple DotsAndBox game source code for RL"
10+
link: "/DotsAndBox/"
11+
accent_color: "#ff0033"
12+
- date: "10 March 2026"
13+
title: "TicTacToe"
14+
description: "Simple TicTacToe game source code for RL"
15+
link: "/TicTacToe/"
16+
accent_color: "#ff0033"
217
- date: "01 March 2026"
318
title: "Overdose"
419
description: "Simple and easy to play using Mouse only. Overcolored platformer ragdoll based games"

data/home.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ categories:
109109
- name: "Challenge"
110110
icon: "cfd-challenge"
111111
url: "/Challenge/"
112+
- name: "Dot Box"
113+
icon: "cfd-games"
114+
url: "/DotsAndBox/"
115+
- name: "TTT"
116+
icon: "cfd-games"
117+
url: "/TicTacToe/"
118+
- name: "2048"
119+
icon: "cfd-games"
120+
url: "/2048/"
112121
# Category for site-wide information, policies, and external links
113122
- name: "Site & External Links"
114123
items:

0 commit comments

Comments
 (0)