Difference between revisions of "Pathway W2000s Exercises"

From Coder Merlin
(Created page with "== W2261 Paths == {{W2261-Exercises}}")
 
Line 1: Line 1:
== W2261 Paths ==
== W2261 Paths ==
{{W2261-Exercises}}
{{W2261-Exercises}}
== W2262 Filled Paths ==
{{W2262-Exercises}}

Revision as of 07:31, 3 October 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

W2261 Paths[edit]

ExercisesExercisesIcon.png

Making use of your accumulated knowledge to date (both coding and graphics) and using only path primitives:

  1. Create a skyline (just an outline, no fill)
    1. You must include at least seven buildings
    2. At least two of the building must have a domed top
    3. You must have at least one arched bridge between buildings

Getting started:

john-williams@codermerlin:~/Projects$ git clone https://github.com/TheCoderMerlin/IgisShellD W2261

To compile:

john-williams@codermerlin:~/Projects/W2261$ ./make.sh

To execute:

john-williams@codermerlin:~/Projects/W2261$ ./run.sh

Your associated url will be: http://www.codermerlin.com/users/john-williams/dyn/index.html

W2262 Filled Paths[edit]

ExercisesExercisesIcon.png
  • Create a new project, W2262, using W2261 as a starting point.
  • Fill the background (sky) with a blue color.
  • Fill all other objects with various, solid colors. You must use a total of at least eight different colors (excluding black and white).

Getting started:

john-williams@codermerlin:~/Projects$ git clone https://github.com/TheCoderMerlin/IgisShellD W2262

john-williams@codermerlin:~/Projects$ cd W2262/Sources/IgisShellD

john-williams@codermerlin:~/Projects$ cp ../../../W2261/Sources/IgisShellD/main.swift .

To compile:

john-williams@codermerlin:~/Projects/W2262$ ./make.sh

To execute:

john-williams@codermerlin:~/Projects/W2262$ ./run.sh

Your associated url will be: http://www.codermerlin.com/users/john-williams/dyn/index.html