Skip to main content

Questions tagged [animation]

This tag is for challenges involving an output (graphical or ASCII-art) which changes with time.

6 votes
2 answers
569 views

Introduction I would like to drawn a nice spinner by using eight braille patterns on two lines, drawing a square of 8x8 pixel, for showing a kind of snake growing and reducing: ...
F. Hauri  - Give Up GitHub's user avatar
16 votes
16 answers
2k views

Loading Circle Animation Challenge Write a full program that takes no input (or has an unused input) that displays exactly the following ASCII animation for as long as possible or only 8 frames. Frame ...
Yousername's user avatar
  • 4,310
6 votes
3 answers
443 views

Codidact post, CGCC Sandbox, Codidact Sandbox Given three positive integers as input, animate an ascii-art polygonal loading symbol on the screen. Intro You will be given three inputs, \$n\$, \$l\$, ...
Razetime's user avatar
  • 27.8k
9 votes
6 answers
480 views

Notwen wants to study the kinematics of bodies thrown from big heights in a uniform gravitational field but unfortunately he doesn't have the technical possibility to go to sufficiently high places ...
Mr. Xcoder's user avatar
9 votes
14 answers
1k views

Premise: For those in networking, you've most likely sent a ping to or from some device to make sure everything's properly connected. Cisco, a popular company in networking[citation needed], has a ...
Veskah's user avatar
  • 4,130
24 votes
5 answers
2k views

You may have seen Jacob's Ladder in children's science museums. If you're not familiar with what they look like, there are several images and video examples on the Wikimedia Commons. The challenge ...
Engineer Toast's user avatar
8 votes
3 answers
771 views

The goal is to make a two frame animation with ASCII art of a hammer smacking a table. Trailing white-space is allowed and the frames need to repeat continuously. The program should iterate over both ...
user avatar
44 votes
10 answers
6k views

Choose a set of four bytes without replacement (i.e. no byte repeated), and not necessarily in any particular order, from any one of the following four sets: The characters of any one single-byte ...
Adám's user avatar
  • 31.9k
19 votes
2 answers
3k views

Introduction The Boids Algorithm is a relatively simple demonstration of emergent behavior in a group. It has three main rules, as described by its creator, Craig Reynolds: The basic flocking model ...
iPhoenix's user avatar
  • 642
25 votes
11 answers
2k views

Try to create a simple ASCII art scissors animation! Challenge All inputs will be integers -31 through 31. The output will be an animation (To be outputted somewhere, as long as the previous frame is ...
iPhoenix's user avatar
  • 642
17 votes
6 answers
2k views

A lazy physicist has the job to perform the double slit experiment. However, they are lazy and can't be bothered to set up all the equipment themselves and so are going to simulate the effects. They ...
TheLethalCoder's user avatar
16 votes
2 answers
507 views

Given, in any way and order, dimensions (in whichever order you want) a probability (in whatever format you want) number of iterations (you may choose whether to count the initial state or not) do ...
Adám's user avatar
  • 31.9k
11 votes
1 answer
1k views

I somewhat miss those old demos showing the capabilities of computers when they were called x86 instead of i3, i5 and i7. One of the first I watched in my 386 was the Unreal demo from Future Crew that ...
Charlie's user avatar
  • 13k
4 votes
4 answers
413 views

Your Task Write a program that displays a dot that moves toward the position of your mouse at 4 pixels per second. The dot must be 100 pixels big and the window must fill the computer screen. Input ...
Foxy's user avatar
  • 241
25 votes
3 answers
690 views

Buzzby Berkeley Robot Hokey Pokey Task Write a program or function to produce an ASCII art animation depicting a line of robots dancing to the lyrics of the Hokey Pokey (or Cokey, if you prefer) in ...
Bumpy's user avatar
  • 489

15 30 50 per page
1
2 3 4 5