Template:W2262-Exercises

From Coder Merlin
Revision as of 07:29, 3 October 2019 by Chukwuemeka-tinashe (talk | contribs) (Created page with "{{Exercises| * 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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/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