Skip to content

Commit

Permalink
Merge pull request #20 from FSaurenbach/add-chess
Browse files Browse the repository at this point in the history
Add chessgame to showcases
  • Loading branch information
soywiz authored Feb 3, 2025
2 parents bb529f1 + 8c111d4 commit 4027f8f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 41 deletions.
51 changes: 11 additions & 40 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,19 @@
"type": "split",
"children": [
{
"id": "e5cdfec1822d5791",
"id": "e00c162ce1387e9c",
"type": "tabs",
"children": [
{
"id": "dd23e4f19fa00174",
"id": "7ea55cb1ec6ab7c1",
"type": "leaf",
"state": {
"type": "markdown",
"type": "database-plugin",
"state": {
"file": "showcases/dcs_companion.md",
"mode": "source",
"source": false
"file": "showcases/@showcases.md"
},
"icon": "lucide-file",
"title": "dcs_companion"
}
},
{
"id": "791f697f0703574d",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "showcases/dcs_companion.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "dcs_companion"
}
},
{
"id": "ce66e34c80ef42c9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "showcases/asteroidsplusplus.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "asteroidsplusplus"
"icon": "database-folder-icon",
"title": "@showcases"
}
}
]
Expand Down Expand Up @@ -215,11 +185,13 @@
"obsidian-git:Open Git source control": false
}
},
"active": "dd23e4f19fa00174",
"active": "7ea55cb1ec6ab7c1",
"lastOpenFiles": [
"showcases/@showcases.md",
"showcases/dcs_companion.md",
"assets/images/portfolio/chess.png",
"showcases/chess.md",
"showcases/asteroidsplusplus.md",
"showcases/dcs_companion.md",
"showcases/@showcases.md",
"assets/images/dcs_companion.avif",
"showcases/2048.md",
"showcases/dungeon.md",
Expand Down Expand Up @@ -253,7 +225,6 @@
"showcases/hitklack.md",
"showcases.md",
"Untitled.md",
"features/features.md",
"assets/images/favicon.png",
"assets/images/f-shape-1.svg",
"assets/images/enterprise.svg",
Expand Down
Binary file added assets/images/portfolio/chess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion showcases/@showcases.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ config:
filters:
enabled: false
conditions:
```
```
11 changes: 11 additions & 0 deletions showcases/chess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
database-plugin: basic
title: Sauronchess
tags:
- puzzle
date: 2025-02-02T00:00:00.000+01:00
targetLink: https://github.com/FSaurenbach/sauronchess
icon: /assets/images/portfolio/chess.png
image: /assets/images/portfolio/chess.png
showcase: true
---

0 comments on commit 4027f8f

Please sign in to comment.