This media is not supported in your browser
VIEW IN TELEGRAM
๐ Tap Snap
This week, let's see how quickly you can respond to a visual stimulus. The rule is simple, tap your screen the moment a shape appears.
๐ฅ Goal:
Create a game that measures and displays a player's reaction time after showing a shape on the screen for a random duration.
๐ฎ Game Flow:
1. A random delay hides the shape
2. The shape appears on the screen
3. Player reacts by tapping their screen
4. The program records and displays the reaction time (best time & last time)
โ๏ธ Random Time Boundary: use 500ms (min time) - 3500ms (max time)
โ๏ธ Recommended Learning:
-
-
-
-
-
โก๏ธ Bring the Thunder: here
๐Special gifts for any 3 who first recreate the game and set sub-200ms, sub-150ms, and sub-130ms reaction times! Only until Christmas!
๐ช Submit your code in the comments!
@WeeklyCoder | Week 63
This week, let's see how quickly you can respond to a visual stimulus. The rule is simple, tap your screen the moment a shape appears.
๐ฅ Goal:
Create a game that measures and displays a player's reaction time after showing a shape on the screen for a random duration.
๐ฎ Game Flow:
1. A random delay hides the shape
2. The shape appears on the screen
3. Player reacts by tapping their screen
4. The program records and displays the reaction time (best time & last time)
โ๏ธ Random Time Boundary: use 500ms (min time) - 3500ms (max time)
โ๏ธ Recommended Learning:
-
millis ()-
text (), textSize (), textAlign ()-
random ()-
casting-
if, mousePressedโก๏ธ Bring the Thunder: here
๐
๐ช Submit your code in the comments!
@WeeklyCoder | Week 63
This media is not supported in your browser
VIEW IN TELEGRAM
๐ Psst ...
How are we on week 64 without having made a snake game already? Beats me!
๐ฅ Goal: Recreate the classic Snake game.
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 64
How are we on week 64 without having made a snake game already? Beats me!
๐ฅ Goal: Recreate the classic Snake game.
โ๏ธ Recommended Learning:
-
Arrays or Lists-
PVector-
Loops-
keyPressed (), keyCode๐ช Submit your code in the comments!
@WeeklyCoder | Week 64
โก1
๐งฉ It's Anagram time!
An anagram is a word, phrase, or name formed by rearranging the letters of another, such as "cinema" formed from "iceman."
๐ฅ Goal:
- Create a program that, given a word, finds all possible anagrams from a predefined list or dictionary.
๐ฎ Game Flow:
- user inputs a word
- the program searches through a dictionary for words that are anagrams of the input
- display all found anagrams or a message if none exist
โ๏ธ Words List: here [370,000 + words]
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 65
An anagram is a word, phrase, or name formed by rearranging the letters of another, such as "cinema" formed from "iceman."
๐ฅ Goal:
- Create a program that, given a word, finds all possible anagrams from a predefined list or dictionary.
๐ฎ Game Flow:
- user inputs a word
- the program searches through a dictionary for words that are anagrams of the input
- display all found anagrams or a message if none exist
โ๏ธ Words List: here [370,000 + words]
โ๏ธ Recommended Learning:
-
loadStrings (),-
.sort (),-
loops and nested loops,-
List๐ช Submit your code in the comments!
@WeeklyCoder | Week 65
๐ DTMF Tones!
The Dual-Tone Multi-Frequency (DTMF) system is how phones dialers send signals to dial numbers.
These signals are commonly heard on telephone dial pads. Each tone is simply the sum of two sine waves โ one from a low-frequency group and one from a high-frequency group.
๐ต Listen to a sample dial tone here.
๐ Click here and interact with an online DMTF generator.
๐ฅ Goal: create a program that accepts a phone number as input and produces tones for each digit as if it were pressed on a physical phone keypad. Include pauses between tones for clarity.
๐ฆถ Get started
โ๏ธ Recommended Learning:
-
-
-
-
-
๐ This is the first part of a two-part challenge for an epic project we'll complete next week. Can you guess what part 2 will be?
๐ช Submit your code in the comments!
@WeeklyCoder | Week 66
The Dual-Tone Multi-Frequency (DTMF) system is how phones dialers send signals to dial numbers.
These signals are commonly heard on telephone dial pads. Each tone is simply the sum of two sine waves โ one from a low-frequency group and one from a high-frequency group.
๐ต Listen to a sample dial tone here.
๐ Click here and interact with an online DMTF generator.
๐ฅ Goal: create a program that accepts a phone number as input and produces tones for each digit as if it were pressed on a physical phone keypad. Include pauses between tones for clarity.
๐ฆถ Get started
โ๏ธ Recommended Learning:
-
Array/ArrayList-
Minim Library โ for sound generation using oscillators like Oscil-
PVector โ for paired digits-
.toCharArray (), .indexOf (), str (), โ for String manipulation-
delay () โ add pauses between tones๐ช Submit your code in the comments!
@WeeklyCoder | Week 66
๐ DTMF Tones 2!
In the TV series Fringe (Season 1 Episode 19 - 36:00-36:44), Olivia hears dialing tones from an abduction's recording and uses an app to decode them into the phone number that was called. By tracing this number, she identifies the perpetrator, pushing the investigation forward.
Let's continue on last week's challenge and create a similar tool this time.
๐ต Listen to a sample dial tone here.
๐ฅ Goal: create a program that accepts dialing tones as an input (.wav file or other) and outputs the numbers decoded.
โ๏ธ Recommended Learning:
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 67
In the TV series Fringe (Season 1 Episode 19 - 36:00-36:44), Olivia hears dialing tones from an abduction's recording and uses an app to decode them into the phone number that was called. By tracing this number, she identifies the perpetrator, pushing the investigation forward.
Let's continue on last week's challenge and create a similar tool this time.
๐ต Listen to a sample dial tone here.
๐ฅ Goal: create a program that accepts dialing tones as an input (.wav file or other) and outputs the numbers decoded.
โ๏ธ Recommended Learning:
-
Array/ArrayList-
Minim Library โ for sound generation using oscillators like Oscil๐ช Submit your code in the comments!
@WeeklyCoder | Week 67
๐ฅ It's your turn, again.
Let's have an open projects submission this week. What projects have you been working on since last time?
Whether that's a small one hour project or one that took weeks to finish, let you submit your best (max. of 3) projects here.
Share your works in the comments.
@WeeklyCoder | Week 68
Let's have an open projects submission this week. What projects have you been working on since last time?
Whether that's a small one hour project or one that took weeks to finish, let you submit your best (max. of 3) projects here.
Share your works in the comments.
@WeeklyCoder | Week 68
๐ง M is for Music and L is for Lyrics
Let's use the Genius API to create a lyrics fetching project this week.
๐ฅ Goal: Create a program that, given the name of a song, fetches its lyrics and displays it.
โ๏ธ It takes < 1min to authorize Genius and obtain your Access Token. You may benefit from using the PY library lyricsgenius or you could just do HTTP.
๐ช Submit your code in the comments!
@WeeklyCoder | Week 69
Let's use the Genius API to create a lyrics fetching project this week.
๐ฅ Goal: Create a program that, given the name of a song, fetches its lyrics and displays it.
โ๏ธ It takes < 1min to authorize Genius and obtain your Access Token. You may benefit from using the PY library lyricsgenius or you could just do HTTP.
๐ช Submit your code in the comments!
@WeeklyCoder | Week 69
๐1
Weekly Coder
Photo
๐ Near Ping
Weโre re-revisiting the Haversine formula to calculate the distance between two points on Earthโs surface using latitude and longitude coordinates.
๐ฅ Goal:
To build an app that allows users to add reminders tied to specific locations (lat & lng) and reminders them when their current location is within 1 kilometer of a reminderโs location.
To keep it simple, store your data in a local file where each reminder has a task (string) and coordinates (latitude, longitude as floats).
โก๏ธ Bring the thunder!
As with many of the challenges here, nothing's stopping you from making this a full-fledged mobile app.
- Fetch current location from device's GPS
- Push notifications when near a reminder spot
- Allow custom distance for nearness calculation
- Use your friend's live location so that you don't unknowingly pass by a friend you've been meaning to meet next time
๐ช Send your submissions in the comments!
@WeeklyCoder | Week 70
Case: After boarding the taxi and a few kilometers away, your friend calls to check if you bought the phone case they asked for while you were near the marketโ๐คฆโโ๏ธ, you forgot, and now you feel bad. If only something had reminded you when you were near the phone center!
Weโre re-revisiting the Haversine formula to calculate the distance between two points on Earthโs surface using latitude and longitude coordinates.
๐ฅ Goal:
To build an app that allows users to add reminders tied to specific locations (lat & lng) and reminders them when their current location is within 1 kilometer of a reminderโs location.
To keep it simple, store your data in a local file where each reminder has a task (string) and coordinates (latitude, longitude as floats).
๐พ Steps:
- Allow user to enter reminders and store them (e.g., task, latitude, longitude)
- Let user enter their current location
- Check current location against all reminders and display tasks if within 1 km.
โ Testing coordinates:
Reminder: Buy phone case
Shop: 9.020274156181737, 38.801150775048335
Your Location: 9.020383152979795, 38.800234352160246
โ๏ธ Recommended Learning:
- Haversine Formula
- asin(), sin(), cos()
- sqrt(), pow(), radians()
- lists, dictionaries
โก๏ธ Bring the thunder!
As with many of the challenges here, nothing's stopping you from making this a full-fledged mobile app.
- Fetch current location from device's GPS
- Push notifications when near a reminder spot
- Allow custom distance for nearness calculation
- Use your friend's live location so that you don't unknowingly pass by a friend you've been meaning to meet next time
๐ช Send your submissions in the comments!
@WeeklyCoder | Week 70
Weekly Coder
๐ Near Ping Case: After boarding the taxi and a few kilometers away, your friend calls to check if you bought the phone case they asked for while you were near the marketโ๐คฆโโ๏ธ, you forgot, and now you feel bad. If only something had reminded you when youโฆ
๐ What did the Moon look like on your birthday?
The Moon cycles through phasesโnew, waxing, full, and waningโeach altering its glow and shadow over about 29.5 days.
With the AstronomyAPI, you can reveal the Moonโs appearance for any specific day and location.
๐ฅ Goal: Given a date (YYYY-MM-DD) and coordinates (LAT, LNG), write a program to fetch and display the Moonโs image for that moment.
โ๏ธ Sign up (takes < 2 minutes) to create your Application and get its ID and Secretโcheck this guide for details.
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 71
The Moon cycles through phasesโnew, waxing, full, and waningโeach altering its glow and shadow over about 29.5 days.
With the AstronomyAPI, you can reveal the Moonโs appearance for any specific day and location.
๐ฅ Goal: Given a date (YYYY-MM-DD) and coordinates (LAT, LNG), write a program to fetch and display the Moonโs image for that moment.
โ๏ธ Sign up (takes < 2 minutes) to create your Application and get its ID and Secretโcheck this guide for details.
โ๏ธ Recommended Learning:
-
http.requests-
java.util.base64-
JSONObject, .setString (), .setJSONObject (), .getJSONObject ()-
loadImage (), image ()๐ช Submit your code in the comments!
@WeeklyCoder | Week 71
๐ Kids' Shoe Fit Finder
Kidsโ feet grow fastโup to 1-2 sizes a yearโmaking online shoe shopping a guessing game, with over 30% of returns due to fit issues.
To help with this, let's make a program where parents input their childโs age and foot length (cm) and get instant US, UK, and EU sizes.
We'll use Adidas's Kids Shoes Size Chart as a reference.
๐ฅ Goal: Given age of a child and their foot length (cm), write a program to output shoe size (in US, UK, and EU).
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 72
Kidsโ feet grow fastโup to 1-2 sizes a yearโmaking online shoe shopping a guessing game, with over 30% of returns due to fit issues.
To help with this, let's make a program where parents input their childโs age and foot length (cm) and get instant US, UK, and EU sizes.
We'll use Adidas's Kids Shoes Size Chart as a reference.
๐ฅ Goal: Given age of a child and their foot length (cm), write a program to output shoe size (in US, UK, and EU).
โ๏ธ Recommended Learning:
-
arrays-
selection statements-
logical & relational operators-
loadJSONObject, JSONObject, JSON๐ช Submit your code in the comments!
@WeeklyCoder | Week 72
๐ฅง Happy Pi Day!
Let's return to visual coding challenges and tackle Circle Packing this week.
In geometry, circle packing is the study of the arrangement of circles (of equal or varying sizes) on a given surface such that no overlapping occurs and so that all circles touch one another.
There are different variations of CP. What kind would you come up with? Excited to see.
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 73
Let's return to visual coding challenges and tackle Circle Packing this week.
In geometry, circle packing is the study of the arrangement of circles (of equal or varying sizes) on a given surface such that no overlapping occurs and so that all circles touch one another.
There are different variations of CP. What kind would you come up with? Excited to see.
โ๏ธ Recommended Learning:
-
random (), translate (), circle ()-
PI, TWO_PI-
constrain (), cos (), sin (), dist ()-
List, class, functions, methods๐ช Submit your code in the comments!
@WeeklyCoder | Week 73
This media is not supported in your browser
VIEW IN TELEGRAM
โจ๏ธ Case Shifter
What do you do to fix the casing of an already written text? Probably rewrite it properly. This wastes time when you need it polished fast.
To tackle this, letโs build a program where you highlight text, press the Shift key, and cycle through lowercase, uppercase, or title case like in this video.
๐ฅ Goal: Given highlighted text, write a program to cycle through case options and replace the highlighted text.
โ๏ธ Recommended Learning:
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 74
What do you do to fix the casing of an already written text? Probably rewrite it properly. This wastes time when you need it polished fast.
To tackle this, letโs build a program where you highlight text, press the Shift key, and cycle through lowercase, uppercase, or title case like in this video.
๐ฅ Goal: Given highlighted text, write a program to cycle through case options and replace the highlighted text.
โ๏ธ Recommended Learning:
-
.lower(), .upper(), .title()-
conditionals & loops -
libraries: pyperclip, keyboard๐ช Submit your code in the comments!
@WeeklyCoder | Week 74
๐1
โจ๏ธ Withholding Calculator
Better late than never โ this week ๐
It's not rare that you find tools that apply for other countries but none exist for Ethiopian contexts. Such is the case with this week's challenge.
When dealing with financial transactions, manually calculating VAT and withholding tax can be tedious and error-prone.
This week, letโs create a program that takes a post-VAT or pre-VAT price, calculates the pre-VAT/post-VAT amount, and applies withholding tax if thresholds are met (10,000 for products, 3,000 for services), displaying then both the net payable amount and the withheld amount.
๐ฅ Goal: Given a price, provide selection for pre/post VAT and product/service options. Then calculate the post/pre VAT, withholding amount and net amount. See example calculation here or make a copy of this Sheets template.
โ๏ธ Recommended Learning:
- arithmetic operators
- selection statements (if/else statements)
- functions for reusability
๐ช Submit your code in the comments!
@WeeklyCoder | Week 75
It's not rare that you find tools that apply for other countries but none exist for Ethiopian contexts. Such is the case with this week's challenge.
When dealing with financial transactions, manually calculating VAT and withholding tax can be tedious and error-prone.
This week, letโs create a program that takes a post-VAT or pre-VAT price, calculates the pre-VAT/post-VAT amount, and applies withholding tax if thresholds are met (10,000 for products, 3,000 for services), displaying then both the net payable amount and the withheld amount.
๐ฅ Goal: Given a price, provide selection for pre/post VAT and product/service options. Then calculate the post/pre VAT, withholding amount and net amount. See example calculation here or make a copy of this Sheets template.
โ๏ธ Recommended Learning:
- arithmetic operators
- selection statements (if/else statements)
- functions for reusability
๐ช Submit your code in the comments!
@WeeklyCoder | Week 75
๐ฐ Pendulum Swings
In many scientific and engineering scenarios, especially when dealing with larger swings, the basic formula for a pendulum's period isn't accurate enough. This week, let's use a more precise calculation that takes into account the initial angle of release.
๐ฅ Goal: Create a program that calculates the period of a simple pendulum, incorporating a correction for large initial angles using the expansion series for the complete elliptic integral of the first kind (K(k)).
The program should take the pendulum's length and the initial release angle as input and output the more accurate period.
Here's the formula for K(k) we'll use.
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 76
In many scientific and engineering scenarios, especially when dealing with larger swings, the basic formula for a pendulum's period isn't accurate enough. This week, let's use a more precise calculation that takes into account the initial angle of release.
๐ฅ Goal: Create a program that calculates the period of a simple pendulum, incorporating a correction for large initial angles using the expansion series for the complete elliptic integral of the first kind (K(k)).
The program should take the pendulum's length and the initial release angle as input and output the more accurate period.
Here's the formula for K(k) we'll use.
โ๏ธ Recommended Learning:
-
Arithmetic operators-
Math functions (sqrt, sin, pow)-
Loops-
Functions๐ช Submit your code in the comments!
@WeeklyCoder | Week 76
This media is not supported in your browser
VIEW IN TELEGRAM
๐ฎ It's Brick Breaker time!
The Brick Game is a dedicated handheld game that displays games in 10 x 20 grid screen. It was popularized in the early 1990s after being introduced in China in 1989.
๐ฅ Goal: Create a mini clone of the game Block Breaker but in the theme of Brick Games.
You may build on top of this barebones.
Grab a fitting font from here.
Download the Android app from here.
โ๏ธ Recommended Learning:
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 77
The Brick Game is a dedicated handheld game that displays games in 10 x 20 grid screen. It was popularized in the early 1990s after being introduced in China in 1989.
๐ฅ Goal: Create a mini clone of the game Block Breaker but in the theme of Brick Games.
You may build on top of this barebones.
Grab a fitting font from here.
Download the Android app from here.
โ๏ธ Recommended Learning:
-
text, rectMode-
keyPressed, mousePressed-
loops, selection statements-
functions๐ช Submit your code in the comments!
@WeeklyCoder | Week 77
๐ค It's Machine Learning time!
Let's get a glimpse of the world of computer vision this week โ through a practical application with a problem that hits close to home.
Manually cropping faces from photos using photo editing software is time-consuming. The task this week is, to automate this process using machine learning-based face detection to produce square, face-centered images for an ID-making software.
โ๏ธ Task breakdown:
- Detect faces in each photo using OpenCV
- Crop each face into a square image, ensuring the face is centered with a padding
- Output square images suitable for ID-making software
This streamlines ID photo preparation, saving time and ensuring consistent output.
๐ Resources:
- OpenCV for Processing
- Get started with this code
โ๏ธ Recommended Learning:
-
-
โก๏ธ Bring the Thunder!
- support for slightly rotated photos
- support for mass photo processing
๐ช Submit your code in the comments!
@WeeklyCoder | Week 78
Let's get a glimpse of the world of computer vision this week โ through a practical application with a problem that hits close to home.
Manually cropping faces from photos using photo editing software is time-consuming. The task this week is, to automate this process using machine learning-based face detection to produce square, face-centered images for an ID-making software.
โ๏ธ Task breakdown:
- Detect faces in each photo using OpenCV
- Crop each face into a square image, ensuring the face is centered with a padding
- Output square images suitable for ID-making software
This streamlines ID photo preparation, saving time and ensuring consistent output.
๐ Resources:
- OpenCV for Processing
- Get started with this code
โ๏ธ Recommended Learning:
-
loadImage (), image (), save ()-
mask (), copy (), PGraphicsโก๏ธ Bring the Thunder!
- support for slightly rotated photos
- support for mass photo processing
๐ช Submit your code in the comments!
@WeeklyCoder | Week 78
๐ฉบ Symptom-Based Disease Predictor
Let's use oral exam data to make predictions.
Given this CSV file that maps diseases to symptoms on a severity scale, build a program that asks users to input their symptom severities and returns the most likely disease from the table.
Each row is a disease, each column is a symptom (rated 0โ3). Scale-Meaning.
0 - Absent
1 - Mild
2 - Moderate
3 - Severe
๐ฅ Goal: Build a program that interacts with users to guess the most likely disease from their reported symptoms.
๐ฆถ Steps:
- load and parse the CSV file
- prompt the user to enter their severity for each symptom (0โ3)
- compare the user's input against all diseases
- output the most likely disease
โ๏ธ Recommended Learning:
-
-
-
-
-
-
๐ช Submit your code in the comments!
@WeeklyCoder | Week 79
Let's use oral exam data to make predictions.
Given this CSV file that maps diseases to symptoms on a severity scale, build a program that asks users to input their symptom severities and returns the most likely disease from the table.
Each row is a disease, each column is a symptom (rated 0โ3). Scale-Meaning.
0 - Absent
1 - Mild
2 - Moderate
3 - Severe
๐ฅ Goal: Build a program that interacts with users to guess the most likely disease from their reported symptoms.
๐ฆถ Steps:
- load and parse the CSV file
- prompt the user to enter their severity for each symptom (0โ3)
- compare the user's input against all diseases
- output the most likely disease
โ๏ธ Recommended Learning:
-
Table, loadTable ()-
getRowCount (), getColumnCount ()-
getString (), getInt ()-
sortKeys (), sortValues ()-
.keyArray ()-
similarity/distance calculation (sum of absolute differences)๐ช Submit your code in the comments!
@WeeklyCoder | Week 79
๐1
Weekly Coder
๐ค It's Machine Learning time! Let's get a glimpse of the world of computer vision this week โ through a practical application with a problem that hits close to home. Manually cropping faces from photos using photo editing software is time-consuming. Theโฆ
๐ Read this first: Tough-Love
๐ธ Manual Photo Crop Tool
Last time, we stepped into the world of computer vision โ building a tool to automatically detect and crop faces from photos for ID-making purposes. It works great ... except when ML didnโt.
Not every photo played nice with automated face detection. Sometimes it missed the face or cropped poorly.
So this week, weโre flipping the script โ let's build the user custom and manual control to crop faces from photos.
๐ฅ Goal: Build a Manual Crop Tool where a user can manually position the photo behind a fixed square frame to get the perfect crop.
๐ฆถ Steps: here
โ๏ธ Key Features:
- Panning: on the image (click-drag or arrow keys)
- Zooming: in/out using mouse wheel or +/-
โก๏ธ Bring the Thunder: here
โ๏ธ Recommended Learning:
-
- mask (),
-
- PGraphics
๐ช Submit your code in the comments!
@WeeklyCoder | Week 80
๐ธ Manual Photo Crop Tool
Last time, we stepped into the world of computer vision โ building a tool to automatically detect and crop faces from photos for ID-making purposes. It works great ... except when ML didnโt.
Not every photo played nice with automated face detection. Sometimes it missed the face or cropped poorly.
So this week, weโre flipping the script โ let's build the user custom and manual control to crop faces from photos.
๐ฅ Goal: Build a Manual Crop Tool where a user can manually position the photo behind a fixed square frame to get the perfect crop.
๐ฆถ Steps: here
โ๏ธ Key Features:
- Panning: on the image (click-drag or arrow keys)
- Zooming: in/out using mouse wheel or +/-
โก๏ธ Bring the Thunder: here
โ๏ธ Recommended Learning:
-
loadImage(), image(), translate(), scale(), rotate()- mask (),
copy(), save()-
mouseDragged(), mouseWheel(), keyPressed()- PGraphics
๐ช Submit your code in the comments!
@WeeklyCoder | Week 80