/Javascript-Word-Guess-Game

Beer-Style Word Guessing Game

Primary LanguageHTML

University of Denver

Class: DU_VIRT_FSF_PT_09_2019_U.O.MW

Program: Full Stack Flex Online Part-Time

03-Javascript Assignment Two (Word Guessing Game - Beer Style Edition) - Challenge

...........................................................................................................

Overview

VERSION 1 - 09.19.2019 (non-working) In this assignment, I've begun the creation of a compelling and comprehensive computer game utilizing Javascript, CSS, and HTML that will allow users to guess Beer Styles.

JavaScript allows us to dynamically generate HTML and CSS based on predetermined conditions or user input.

  1. When complete this app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript code.
  2. Essentially, the app randomly picks a beer style, and the user has to guess letters of the beer style the app chose.
  3. Future development will include corresponding images reflecting the style, region, and historcial data for each style -- A learning game.

Objective

Utilize fundamental programming concepts required to solve any computational problem.

  • Identify and declare variables containing primitive and object data types in JavaScript
  • Write for loops to iterate over strings and arrays
  • Write conditional statements using if/else and switch
  • Explain the importance of objects in JavaScript and create objects containing both properties and methods
  • Explain and implement the difference between function declarations and expressions
  • Explain and implement comparison and logical operators

Key Topics

  • Code comments
  • Console
  • Variables
  • Types
  • Booleans
  • Numbers
  • Strings
  • Arrays
  • Conditional statements
  • Equality
  • Logical, comparison and ternary operators
  • For and While Loops
  • Functions
  • Alerts, confirms, prompts
  • Global vs local scope

© 2019, Steven M Stott All rights reserved.