V School | Better Humans, Better Outcomes

Colossal Adventure (Console RPG)

The year is 1985. Your job is to build a text-based (console) RPG game. The point of this exercise is to better master Javascript functions, loops, conditionals, and some data types. Project Requirements: 1. Console must greet player with a fun message 2. Console must ask for the player's name

Building a Simple Web Game (Approaching a larger project)

This article is going to explain how to approach building a larger project as well as how to build a simple RPG web game Wireframing It is always good to wireframe your website on paper (or in Photoshop/etc) before you start laying things out in code. Just draw up

Luigi's Flexbox

Warm up Using Flexbox create a webpage that looks like this: Notes * It should be responsive, meaning when you shrink down to small screens it should look great. * The font and images are provided below: Font: Mario 256

The Princess Is In Another Castle

Requirements: * Create a class for a player that has the following properties: * name of type String * totalCoins of type Number * status of type String (options are Powered Up, Big,Small, and Dead) * hasStar of type Boolean (Is a star active?) * setName of type function - Has a parameter called namePicked

Vowels & Consonants

Create two functions. Each function takes 1 parameter of type String, give it whatever name you want. The first function will return the total number of vowels in a given word. The second function will return the total number of consonants in a given word. Print the result of both

V School | Better Humans, Better Outcomes © 2026