Ahseeah / assignments

0 stars 0 forks source link

Week 07 - Day 3 - A Whole New World #25

Closed mdewey closed 5 years ago

mdewey commented 5 years ago

A Whole New World

Today you learned a new language and will be starting to explore it more in depth in the coming weeks. Like any good craftsman, the first thing you need is to learn your tools. Tonight, you will be setting up your developer environment, creating a simple console application, and writing a short blog.

Objectives

Requirements

.NET Students

Ruby

You should already have Ruby installed.

Explorer Mode

Simple Console Application

Blog

Adventure Mode

Epic Mode

Additional Resources

Reading Material

Ruby: Read and work through exercise 14 of Learn Ruby the Hard Way

Ahseeah commented 5 years ago

https://gist.github.com/Ahseeah/c0b665422362e41874d12c45025ca84e

Ahseeah commented 5 years ago

https://medium.com/@anastasiamalissovas/api-dont-tell-them-what-it-is-tell-them-what-it-does-9bf6ba2965d2

gstark commented 5 years ago

This does not play the number guesser correctly.

In your program the computer is picking its own random number and then quizzing itself.

The computer should make a guess of my number. Then I should be allowed to say "Higher" or "Lower" or "Correct" -- If I indicate anything other than "Correct" then the computer should make a new guess and ask me AGAIN

Your program only asks me for a "max number" and then makes a series of guesses until it exits.

I'm marking this incomplete, please adjust the program to work with the requirements given and resubmit.

Ahseeah commented 5 years ago

https://gist.github.com/Ahseeah/c0b665422362e41874d12c45025ca84e

gstark commented 5 years ago

Your homework was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark