CS – Skills – Level 4

To-Do-List Add Ons

Updating your To-Do-List Using your code from the sample to-do-list complete the following Make sure you copy your code as you move from one task to another. ToDoList-V1 – Your basic to-do-list app ToDoList-V2 – Updated with new Priority Field ToDoList-V3 – Updated with new text field for who has been Assigned the task ToDoList-V4

To-Do-List Add Ons Read More »

Vibe Coding Tools

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

Vibe Coding Tools Read More »

Install PyGame

Simple Instructions Step One: Open a terminal window-> command + space -> type terminal -> open terminal Step Two: Check pip is installedtype the following into the terminal window-> pip3 list Step Three: Install pygametype the following into the terminal window-> pip3 install pygame ERROR: If you get a error try -> pip3 install pygame-ce Step Four: Check pygame is installed type

Install PyGame Read More »