Skip to content

Commit

Permalink
Update learner-projects-june.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Jul 14, 2023
1 parent 5c6bbd0 commit 9ceea48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blogs/learner-projects-june.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Starting with the first one...
**Built by:** [@caesiumtea](https://www.codedex.io/@caesiumtea) 🇺🇲
**Tools:** Python, `random`, `requests`, and `termcolor`

As part of The Legend of Python’s final project, Vance aka @caesiumtea recreated the viral New York Times game, Wordle, in the terminal. Instructions on how to play are in the **README** file. See if you can guess the correct 5-letter word in 6 tries! 🟩 🟨 ⬜️ 🟨 🟩
As part of The Legend of Python’s final project, Vance, aka @caesiumtea, recreated the viral New York Times game, Wordle, in the terminal. Instructions on how to play are in the **README** file. See if you can guess the correct 5-letter word in 6 tries! 🟩 🟨 ⬜️ 🟨 🟩

<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem" }}>
<a className="nes-btn is-warning" href="https://github.com/caesiumtea/wordle-cli/tree/codedexver">View Project</a>
Expand Down Expand Up @@ -65,7 +65,7 @@ An account register page for LoL using HTML forms and CSS, which also includes r
**Built by:** [@b321gonzo](https://www.codedex.io/@b321gonzo) 🇺🇸
**Tools:** Raspberry Pi and Python

Hardware projects ftw! Using [Raspberry Pi](website), Brett aka @b321gonzo implemented a feature so that if he were to press the green button, the motor would turn on at a slow speed. However, if he chooses to press it two more times, it goes from slow to medium to fast and then back to slow, and so on. The red does the same thing but in the opposite direction. If green is going and he presses red, or vice versa, the motor will stop. Pretty cool!
Using a [Raspberry Pi](website) and a motor, Brett, aka @b321gonzo, created his first hardware project! When he presses the green button, the motor starts running slowly. Even cooler, if he presses it twice, the motor will speed up from slow to medium to fast and then back to slow again. The red button works similarly but in the opposite direction. If the green button is already pressed and he presses the red button, or vice versa, the motor will stop. Pretty cool!

<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem" }}>
<a className="nes-btn is-warning" href="https://www.instagram.com/p/CtfR0SCOR9B">View Project</a>
Expand Down

0 comments on commit 9ceea48

Please sign in to comment.