๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ AnoikisNomads โ€บ 14340 captured on 2024-02-05 at 13:20:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2024-03-21)

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

Comment by ๐Ÿ‘ค AnoikisNomads

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

In: s/ascii-art

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: โ” โ” โ”“โ”— โ”› โ”ƒ โ€ข

๐Ÿ‘ค AnoikisNomads

Jan 25 ยท 12 days ago

12 Later Comments โ†“

๐Ÿš€ MrSVCD ยท Jan 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 ยท Jan 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 ยท 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 ยท 12 days ago