Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Dec 27, 2022
0 parents commit 006c621
Show file tree
Hide file tree
Showing 26 changed files with 141 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Spellcheck'
on:
pull_request:
push:

jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Matan Lurey

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
103 changes: 103 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!-- cSpell:ignoreRegExp \[`.*`\] -->
<!-- cSpell:words CogMind Diablo Dungeonuary -->

# tui-game-inspo

_TUI_, or text-based UI, game development inspiration.

> ❕ All of the games and apps listed here are either open source or the
> screenshots are from their original website. I don't own any of them!
## Apps

### [`bashtop`](https://github.com/aristocratos/bashtop)

![Screenshot of the app running](images/bashtop.png)

### [`glow`](https://github.com/charmbracelet/glow)

![Screenshot of the app running](images/glow.gif)

## Games

### [Ancient Domains of Mystery](https://www.linuxlinks.com/Ancient-Domains-of-Mystery/)

![Screenshot of the game running](images/adom.webp)

### [AsciiSector](https://www.linuxlinks.com/AsciiSector/)

![Screenshot of the game running](images/ascii-sector.webp)

### [Cataclysm: Dark Days Ahead](https://cataclysmdda.org/)

![Screenshot of the game running](images/catacylsm.jpeg)

### [Cogmind](https://store.steampowered.com/app/722730/Cogmind/)

![Screenshot of the game running](images/cogmind.jpg)

### [DiabloRL](https://diablo.chaosforge.org/)

![Screenshot of the game running](images/diablo-rl.png)

### [Dwarf Fortress](http://www.bay12games.com/dwarves/)

![Screenshot of the game running](images/dwarf-fortress.jpeg)

### [Operation: Overkill II](https://www.pcmag.com/news/the-forgotten-world-of-bbs-door-games)

![Screenshot of the game running](images/operation-overkill-ii.jpg)

### [Sanctuary RPG](http://www.sanctuaryrpg.com)

![Screenshot of the game running](images/sanctuary-rpg.jpeg)

### [`angband`](https://github.com/angband/angband)

![Screenshot of the game running](images/angband.png)

### [`asciinem`](https://github.com/hjaremko/asciinem)

![Screenshot of the game running](images/asciinem.png)

### [`botany`](https://github.com/jifunks/botany/)

![Screenshot of the game running](images/botany.png)

### [`clidle`](https://github.com/ajeetdsouza/clidle)

![Screenshot of the game running](images/clidle.png)

### [`curseofwar`](https://github.com/a-nikolaev/curseofwar/)

![Screenshot of the game running](images/curseofwar.png)

### [`flapioca`](https://github.com/kbrgl/flapioca)

![Screenshot of the game running](images/flapioca.png)

### [`hauberk`](https://github.com/munificent/hauberk)

![Screenshot of the game running](images/hauberk.png)

### [`lots`](https://github.com/sourcerer-io/lots)

![Screenshot of the game running](images/lots.webp)

### [`nethack`](https://github.com/NetHack/NetHack)

![Screenshot of the game running](images/nethack.jpeg)

### [`pokete`](https://github.com/lxgr-linux/pokete)

![Screenshot of the game running](images/pokete.png)

### [`terminal-rpg-ruby](https://github.com/mishalzaman/terminal-rpg-ruby)

![Screenshot of the game running](images/terminal-rpg-ruby.png)

## Other

### [Dungeonuary](https://itch.io/jam/dungeonuary)

![Screenshot of the promotion](images/dungeonuary.jpeg)
6 changes: 6 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"language": "en",
"words": [
"inspo"
]
}
Binary file added images/adom.webp
Binary file not shown.
Binary file added images/angband.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ascii-sector.webp
Binary file not shown.
Binary file added images/asciinem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bashtop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/botany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/catacylsm.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/clidle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cogmind.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/curseofwar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/diablo-rl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dungeonuary.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dwarf-fortress.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/flapioca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hauberk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lots.webp
Binary file not shown.
Binary file added images/nethack.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/operation-overkill-ii.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pokete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sanctuary-rpg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/terminal-rpg-ruby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 006c621

Please sign in to comment.