Skip to content

Commit 2b09c8d

Browse files
committed
no auto check
1 parent b47c830 commit 2b09c8d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

problems/life/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Game of Life
22

3+
> Deze opdracht wordt niet automatisch nagekeken. Je moet daarom zelf goed nagaan of de opdracht af is.
4+
35
Implement a command-line application of the Game of Life in C, utilizing ANSI escape codes for animation. The Game of Life is a cellular automaton devised by mathematician John Conway, where cells evolve through simple rules.
46

57
When starting the application, it should start with an "interesting" configuration that is then animated according to the rules of the game of life.

problems/snowfall/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Snowfall
22

3+
> Deze opdracht wordt niet automatisch nagekeken. Je moet daarom zelf goed nagaan of de opdracht af is.
4+
35
Implement an animated snowfall simulation in C using ANSI escape codes. The goal is to create a visually appealing animation with falling snowflakes that accumulate at the bottom of the screen.
46

57
To make an animation, imagine a "scene" of 80 characters wide and 40 characters deep. Snowflakes (a `*` character on the screen) appear at the top of this scene every now and then. Every N milliseconds all snowflakes fall one step towards the bottom.

0 commit comments

Comments
 (0)