Skip to content

Commit 7af6adb

Browse files
committed
feat: atlas.games update
1 parent ee7e0c0 commit 7af6adb

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

public/projects/atlas-projects/description.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The Atlas Suite is a family of minimalist, high-performance command-line tools b
1010
4. **[atlas.compass](https://github.com/fezcode/atlas.compass)**: A secure, local-first terminal password manager. Features AES-256-GCM encryption and Argon2id key derivation for high-stakes security.
1111
5. **[atlas.clock](https://github.com/fezcode/atlas.clock)**: A high-visibility world clock dashboard. Features millisecond-precision real-time counters and a searchable IANA timezone list.
1212
6. **[atlas.cam](https://github.com/fezcode/atlas.cam)**: A terminal webcam viewer and ASCII camera. Features real-time edge detection, image filters, and GIF recording.
13+
7. **[atlas.games](https://github.com/fezcode/atlas.games)**: A terminal-based game collection. Featuring Wilson's Revenge directly in your shell.
14+
8. **[atlas.bench](https://github.com/fezcode/atlas.bench)**: A high-performance benchmarking tool for terminal applications and command-line processes. Measure CPU, memory, and latency with millisecond precision.
1315

1416
### Why Atlas?
1517

public/projects/atlas-projects/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ cd atlas.todo
88
gobake build
99
```
1010

11-
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, **atlas.clock**, and **atlas.cam**.
11+
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, **atlas.clock**, **atlas.cam**, **atlas.games**, and **atlas.bench**.
1212

1313
To build for all platforms, simply run `gobake build` in any of the tool repositories.

public/projects/atlas-projects/social.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,22 @@ fezcode
1818
+4 -0 ~0
1919
link: https://github.com/fezcode/atlas.compass
2020
---
21-
# Cam
21+
# Clock
2222
fezcode
2323
+5 -0 ~0
24+
link: https://github.com/fezcode/atlas.clock
25+
---
26+
# Cam
27+
fezcode
28+
+6 -0 ~0
2429
link: https://github.com/fezcode/atlas.cam
30+
---
31+
# Games
32+
fezcode
33+
+7 -0 ~0
34+
link: https://github.com/fezcode/atlas.games
35+
---
36+
# Bench
37+
fezcode
38+
+8 -0 ~0
39+
link: https://github.com/fezcode/atlas.bench

public/projects/atlas-projects/terminal.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.compass
55
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.clock
66
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.cam
7+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.games
8+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.bench "ls" "dir"

public/projects/projects.piml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
> TUI
8383
> Bubble Tea
8484
> Productivity
85-
(shortDescription) A collection of minimalist, high-performance CLI tools for daily productivity, including todo management, system statistics, and web searching.
85+
(shortDescription) A collection of minimalist, high-performance CLI tools for daily productivity, including todo management, system statistics, web searching, and terminal-based gaming.
8686
(date) 2026-02-08
8787
(image) /images/bg/emre.jpg
8888
(backgroundImage) /images/bg/emre.jpg

0 commit comments

Comments
 (0)