asm_book/projects/README.md
2023-01-19 12:02:47 -06:00

13 lines
661 B
Markdown

# Projects
Here are a number of challenges for you to flex your new found knowledge.
| Name | Challenge |
| ---- | --------- |
| [DIRENT](./DIRENT/README.md) | Read Directory Entries to extract information about files. |
| [FIRST](./first_project/README.md) | A good first project. |
| [FIZZBUZZ](../section_1/fizzbuzz/) | The interview question. A video is also provided. |
| [PI](./PI/README.md) | Compute an approximation of PI using stochastic (random) methods. |
| [SINE](./SINE/README.md) | Stresses functions and floating point math. |
| [SNOW](./snow/README.md) | A fun little animation. |
| [WALKIES](./walkies/README.md) | A fun little animation. |