💾 Archived View for bbs.geminispace.org › u › nikhotmsk › 14349 captured on 2024-05-12 at 18:49:25. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

➡️ Next capture (2024-06-16)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 👤 nikhotmsk

Re: "Request. I am making a dice game but can't find any ASCII..."

In: s/ascii-art

MS-DOS machines do have editable fonts, I have seen a tetris clone that use custom fonts for displaying tetris blocks.

👤 nikhotmsk

Jan 25 · 4 months ago

10 Later Comments ↓

🚀 stack · Jan 25 at 18:51:

╭───────╮
│ •   • │
│   •   │
│ •   • │
├───────┤
│ •   • │
│   •   │
│ •   • │
╰───────╯ 

🚀 stack · Jan 25 at 18:56:

I don't know what's wrong with my brain - I kept reading dominoes! But it works for dice!

🚀 stack · Jan 25 at 19:05:

╭───────╮
│ ◉   ◉ │
│   ◉   │
│ ◉   ◉ │
╰───────╯ 

🍀 gritty [OP] · Jan 25 at 23:11:

@stack that's great, are those sixels?

🚀 stack · Jan 25 at 23:14:

Another possibility is the braille characters:

⡏⠍⠉⠍⡇
⡇ ⠂ ⡇
⠧⠥⠤⠥⠇

🚀 stack · Jan 25 at 23:21:

I used to think so, but I think these are just Braille characters; sixels are a different ANSI mode? Have to look into it more. Here is a more proportional one:

⡤⠤⠤⠤⡄
⡇⠁⠄⠁⡇
⠧⠥⠤⠥⠇

🚀 stack · Jan 25 at 23:26:

Oh, and the first two are just line art characters.

— https://en.wikipedia.org/wiki/Box-drawing_character

🚀 stack · Jan 25 at 23:39:

Rounded corners. I may like this better, but it's a matter of taste.

⡠⠤⠤⠤⡀
⡇⠁⠄⠁⡇
⠣⠥⠤⠥⠃

🍀 gritty [OP] · Jan 26 at 01:43:

nice! thanks everyone!

I have a python program now that takes the parts and constructs them line by line no matter how many you have horizontally. hoping to have a Gemini prototype of the game in the next month or so. sooner if I find the time.

🚂 MrSVCD · Jan 26 at 16:53:

Sixel are part of terminal realm and not unicode. The specification comes from DEC and their VT series of terminals. So your terminal need to understand Sixels for it to work.

— https://en.wikipedia.org/wiki/Sixel

Original Post

🌒 s/ascii-art

Request. I am making a dice game but can't find any ASCII dice that I like. has anyone come across just the 6 square faces of a die that looks okay? I want to stack them 3 wide on the screen, so nothing huge. I made my own but they are...not good.

💬 gritty · 18 comments · Jan 24 · 4 months ago