Scratch Challenges – Level 1
Scratch
Scratch Challenges – Level 1 Read More »
Create a simple game rating application database using a VIDE coding tool replit Identify Coding and Database structures
Databases with Vibe Coding Read More »
Password Generator For this challenge, we will use a Python script to generate a random password of 8 characters. Each time the program is run, a new password will be generated randomly. The passwords generated will be 8 characters long and will have to include the following characters in any order: To solve this challenge
Password Generator Read More »
Rock paper Scissors Create a new file, rps.py. Then enter the following: Experienced programmers will be very quick to point out that there are better ways to write a “Rock, Paper, Scissors” Python game. But, for a beginner, it’s very important to be able to understand and follow the program. Let’s break it down… First,
Rock paper Scissors Read More »
Basic Guessing Game Today we are going to make an interactive guessing game in Python. This is going to be a simple guessing game where the computer will generate a random number between 1 to 10, and the user has to guess it in 5 attempts. Based on the user’s guess computer will give various
Basic Guessing Game Read More »
Gears Spur Gears The Spur Gear is the most common type of gear. It has straight teeth and is used to transmit motion between two parallel shafts. In your SPIKE Prime kit, these are the standard circular gears (like the 12-tooth, 20-tooth, or 36-tooth gears). When two spur gears mesh, they rotate in opposite directions.
Vibe Coding Tools Tool Vibe OS Native Mobile? Deployment Cursor “I’m a builder” Desktop (Mac/Win) Manual Setup GitHub / Manual Lovable “I want it to look pretty” Browser No (Web only) One-Click (Vercel) Replit “I want it to just work” Browser / App No (Web/PWA) Instant Internal Bolt.new “I need it right now” Browser No
Scoring Your game needs to keep score. For the more advanced programmer, you can keep a high score using Cloud variables Scoring High Score
Levels Your game needs to have at least TWO levels
Scratch – Game Levels Read More »