Skip to content

Commit

Permalink
Add tanglet
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 5, 2024
1 parent 8905139 commit 71dac22
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions games/t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,29 @@
video:
youtube: P22aVi0z6b8

- name: Tanglet
originals:
- Boggle
type: clone
url: 'https://gottcode.org/tanglet/'
development: sporadic
status: playable
content: free
langs:
- C++
frameworks:
- Qt
licenses:
- GPL3
added: '2024-10-31'
updated: '2024-10-31'
images:
- 'https://gottcode.org/tanglet/screenshots/newgame.png'
- 'https://gottcode.org/tanglet/screenshots/tanglet.png'
- 'https://gottcode.org/tanglet/screenshots/normal-en.png'
- 'https://gottcode.org/tanglet/screenshots/large-en.png'
- 'https://gottcode.org/tanglet/screenshots/language.png'

- name: 'Tank: Zone of Death'
langs:
- C++
Expand Down
11 changes: 11 additions & 0 deletions originals/b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,17 @@
genres:
- Puzzle

- name: Boggle
external:
wikipedia: Boggle (video game)
platforms:
- Windows
meta:
genres:
- Puzzle
subgenres:
- Board Game

- name: Bolo
external:
wikipedia: Bolo (1987 video game)
Expand Down
3 changes: 3 additions & 0 deletions scripts/scrape_osgl_inspirations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ALIASES = {
"Alone in the Dark series": "Alone in the Dark",
"Anno (series)": "Anno series",
"Anno 1404": "Anno series",
"BioWare's Aurora engine": "Neverwinter Nights",
"Blake Stone: Aliens of Gold": "Blake Stone: Planet Strike",
"Blasteroids": "Asteroids",
Expand Down Expand Up @@ -45,10 +46,12 @@
}
# Games that aren't games, aren't interesting enough or weren't closed source
BLACKLIST = {
"Angband",
"arithmetic",
"Black Shades",
"Blob Wars Attrition",
"Blobby Volley",
"Brogue",
"Chromium B.S.U.",
"CorsixTH",
"Crossfire",
Expand Down

0 comments on commit 71dac22

Please sign in to comment.