CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:33:53 GMT
content-type: text/html; charset=utf-8
cf-ray: 965eea105858755c-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=c829940e-50e3-4575-9210-598cd0c05c50; expires=Mon, 27 Jul 2026 20:33:52 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 7acf3cef-75bc-4ec2-a813-1a4c79979116
x-worker-origin-response-time: 480000000
x-dns-prefetch-control: off
set-cookie: prov=c829940e-50e3-4575-9210-598cd0c05c50; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=jGG12eoh_fn8ZlakoTFAFQmHjb2UoypQYCSchKT5FKY-1753648433-1.0.1.1-RzjianVfJSI9vAb.FY9AQ5MZ_EwMnZF4s38_1tBQPR64M5v1JP3x2hCC1D2tdzEls2IvIBe5AoJdlPrqZ_wBA5q6O.4UwBMxfT6A3B.gjnI; path=/; expires=Sun, 27-Jul-25 21:03:53 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=r_6ADluWMVy9ceyrppQiCP8CsDFodGyW8Xs.NyOsydk-1753648433191-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'ascii-art' Questions - Code Golf Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [ascii-art]
This challenge involves creating or parsing pictures using text characters as the paint. Typically this uses only 95 printable (from a total of 128) characters defined by the ASCII Standard from 1963.
1,237 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
15
votes
5
answers
976
views
Make a floor plan given the number of doorways
Output a floorplan of a house given the number of doorways of each room[1]. Every room is a square, and has 0 to 4 doorways. There are never doorways to the outside.
Given this input:
...
7
votes
4
answers
333
views
Output the holes
Copy the holes
Write a program/function to output pieces that would fill the holes in a given shape.
For example, given this shape:
...
16
votes
11
answers
1k
views
Generate a text shape with given area and perimeter
Write a function/program to generate an ASCII art shape with a given area and perimeter, using # and (space) characters.
Each <...
7
votes
4
answers
666
views
Ray's intersecting lines
Ray has created some ASCII lines which he is using to draw with on a canvas.
His canvas can be any width and height between 1 to 100 characters (the borders do not count towards these dimensions). He ...
19
votes
12
answers
1k
views
Print Dyck paths
Definition
A Dyck path of length \$2n\$ can be defined as a two-dimensional path such that:
The path consists of straight lines of equal length.
The path goes left to right while moving either up or ...
8
votes
5
answers
1k
views
Increment an ASCII-art number
Write a program or function that increments an integer. The input and output must be in one of the ASCII art fonts provided below.
...
4
votes
3
answers
444
views
Draw a hex grid of a given size
Your task is to draw a requested number of cells in a flat-topped/pointy-sided hex pattern. Each cell is 5 characters high and 8 characters wide (4 characters wide at the top and bottom).
This is a ...
4
votes
10
answers
656
views
Box drawing number display
Similar:
Display words using 7-segment display
Seven Slash Display
My first challenge
Using the box drawing symbols (─│┌┐└┘├┤┬┴┼╴╵╶╷ or ...
7
votes
6
answers
2k
views
Bring back cup stacking
Do you remember cup stacking? Young competitors compete to see how quickly they can arrange 12 upside-down plastic cups into three consecutive arrangements of cup pyramids.
The number of each cups in ...
16
votes
8
answers
1k
views
Draw all 11 cube nets
There are 11 ways of flattening a cube onto a flat surface, like a piece of paper, which can then be folded back up into a cube. Each of these is called a cube net.
Your task is to write a program or ...
11
votes
5
answers
1k
views
Make a textual Paint-like program
Write a program/function that can help users make simple drawings by moving a cursor contained within a grid of characters, and by selecting which characters should be at a specific position.
Expected ...
16
votes
4
answers
2k
views
Draw an ASCII "analog-digital" clock
Write a function (or a whole program) that, given the hour and minute (in any reasonable format) outputs (or prints) the "analog-digital" corresponding clock.
Example:
Input: 08:25
Output:
<...
5
votes
3
answers
397
views
The Graphing Calculator 3: Revenge Of The I/O
PT 1
PT 2
PT 3
Last time, your challenge was to make a simple quadratic calculator, building on PT 1's simple line calculator...
But continuing on the theme of increasing complexity (Hey, wait... is ...
20
votes
11
answers
972
views
Superimposed triangles
Because \$k^2\$ is the sum of the \$k\$ first odd positive integers, squared numbers can be represented as ASCII-art triangles of height \$k\$ as follows:
...
Welcome to Code Golf and Coding Challenges Stack Exchange! This is a site for recreational programming competitions, not general programming questions. Challenges must have an objective scoring criterion, and it is highly recommended to first post proposed challenges in the Sandbox.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
code-golf × 1188
string × 217
kolmogorov-complexity × 182
grid × 50
random × 42
math × 39
animation × 38
number × 35
geometry × 35
graphical-output × 34
fractal × 28
decision-problem × 25
popularity-contest × 24
hexagonal-grid × 24
code-challenge × 24
parsing × 17
printable-ascii × 16
date × 15
path-finding × 14
integer × 14
tiling × 13
alphabet × 13
maze × 13
arithmetic × 13
matrix × 12
more related tags
Hot Network Questions
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- Dynamics from iterated averaging
- rock paper scissors game with randomized system choices. NOT using rnd()
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- What is the citation for Augustine's "consensus, non concubitus..."
- How to navigate in the Universe's Heat Death
- Measuring position on a system of identical particles
- Are classified documents subject to a subpoena in discovery?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Why legacy paying method for ZKSync?
- Balancing a Holy Water Bomb
- Automatic drawing of polygon around selected polygons in QGIS
- Package `paracol` and custom environment
- Meaning of 芭蕉 in Tang age
- Will an error in two of my published papers affect my PhD thesis evaluation?
- "I met a monk and philosopher." How many people did I meet?
- What is the Greek word for God used in Codex Sinaiticus? John 1
- The puzzle of chess pieces beating one another in “rock—paper—scissors” way
- Forces applied to a car hood while driving
- Can Spi flash memory's contents be corrupted from heat?
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- edge to curve endpoint move/transform to normal direction
- how is it possible for a player to have crossed 2400 and secure 3+ IM norms to stay FM
- How to avoid aligning the top of nested braces in cases environment?