๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ gritty โ€บ 14339 captured on 2024-08-18 at 20:50:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-06-16)

๐Ÿšง View Differences

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

Comment by ๐Ÿ€ gritty

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

In: s/ascii-art

@satch hmm interesting that may work. I was using slightly different characters and didn't come out like these. thanks.

๐Ÿ€ gritty [OP]

Jan 25 ยท 7 months ago

13 Later Comments โ†“

๐Ÿ‘ค AnoikisNomads ยท 2024-01-25 at 05:56:

improving further on satch's idea, you might be able to use unicode glyphs for the border, to get a smooth edge. I can't figure out how to post a full dice, so here are the individual segments: โ” โ” โ”“โ”— โ”› โ”ƒ โ€ข

๐Ÿš‚ MrSVCD ยท 2024-01-25 at 13:02:

I did som digging on wikipedia on Box-drawing characters.

โ€” https://en.wikipedia.org/wiki/Box-drawing_character

this is if you want to go above ASCII into unicode. Otherwise I really liked the dice above.

๐Ÿ‘ค nikhotmsk ยท 2024-01-25 at 13:52:

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

๐Ÿš€ stack ยท 2024-01-25 at 18:51:

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ€ข   โ€ข โ”‚
โ”‚   โ€ข   โ”‚
โ”‚ โ€ข   โ€ข โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ โ€ข   โ€ข โ”‚
โ”‚   โ€ข   โ”‚
โ”‚ โ€ข   โ€ข โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ 

๐Ÿš€ stack ยท 2024-01-25 at 18:56:

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

๐Ÿš€ stack ยท 2024-01-25 at 19:05:

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ—‰   โ—‰ โ”‚
โ”‚   โ—‰   โ”‚
โ”‚ โ—‰   โ—‰ โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ 

๐Ÿ€ gritty [OP] ยท 2024-01-25 at 23:11:

@stack that's great, are those sixels?

๐Ÿš€ stack ยท 2024-01-25 at 23:14:

Another possibility is the braille characters:

โกโ โ ‰โ โก‡
โก‡ โ ‚ โก‡
โ งโ ฅโ คโ ฅโ ‡

๐Ÿš€ stack ยท 2024-01-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 ยท 2024-01-25 at 23:26:

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

โ€” https://en.wikipedia.org/wiki/Box-drawing_character

๐Ÿš€ stack ยท 2024-01-25 at 23:39:

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

โก โ คโ คโ คโก€
โก‡โ โ „โ โก‡
โ ฃโ ฅโ คโ ฅโ ƒ

๐Ÿ€ gritty [OP] ยท 2024-01-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 ยท 2024-01-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 ยท 7 months ago