Added frontmatter to project READMEs
This commit is contained in:
parent
d07e3abc99
commit
2f4b46525b
6 changed files with 24 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2016/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 16 - Learning OOP with Python
|
# Day 16 - Learning OOP with Python
|
||||||
|
|
||||||
- OOP concepts were taught in the source main.py file, such as classes, attributes, and methods. The Turtle and prettytable packages were also used to explore these concepts, and I installed prettytable in a virtual environment for this.
|
- OOP concepts were taught in the source main.py file, such as classes, attributes, and methods. The Turtle and prettytable packages were also used to explore these concepts, and I installed prettytable in a virtual environment for this.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2017/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 17 - Implementing Classes
|
# Day 17 - Implementing Classes
|
||||||
|
|
||||||
- Learned the structure of creating a class with its attributes, methods, and how to initialize objects
|
- Learned the structure of creating a class with its attributes, methods, and how to initialize objects
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2018/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 18 - Turtle & the Graphical User Interface (GUI)
|
# Day 18 - Turtle & the Graphical User Interface (GUI)
|
||||||
|
|
||||||
- Developed various basic turtle graphics.
|
- Developed various basic turtle graphics.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2019/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 19 - Instances, State, and Higher Order Functions
|
# Day 19 - Instances, State, and Higher Order Functions
|
||||||
|
|
||||||
- Built an etch-a-sketch while understanding higher order functions
|
- Built an etch-a-sketch while understanding higher order functions
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2020/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 20 - Build the Snake Game Part 1: Animation & Coordinates
|
# Day 20 - Build the Snake Game Part 1: Animation & Coordinates
|
||||||
|
|
||||||
- Made a controllable snake, and will complete the full snake game on Day 21.
|
- Made a controllable snake, and will complete the full snake game on Day 21.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2021/README.md
|
||||||
|
---
|
||||||
|
|
||||||
# Day 21 - Build the Snake Game Part 2: Inheritance & List Slicing
|
# Day 21 - Build the Snake Game Part 2: Inheritance & List Slicing
|
||||||
|
|
||||||
- Built a snake game.
|
- Built a snake game.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue