Skip to content

Commit

Permalink
Migrated Coding Challenges .md files to the new folder format
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkat committed Oct 27, 2018
1 parent 66b5953 commit 8d022bc
Show file tree
Hide file tree
Showing 194 changed files with 194 additions and 230 deletions.
3 changes: 1 addition & 2 deletions _CodingChallenges/001-starfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/01-starfield.html
video_number: 1
date: 2016-04-13
video_id: 17WoOqgXsRM
repository: /CC_001_StarField
live_example: /CC_001_StarField_p5.js
repository: CC_001_StarField
links:
- title: "Code inspired by CS Department of Bryn Mawr College"
url: "https://cs.brynmawr.edu/gxk2013/examples/transformations/starfield/"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/002-mengersponge.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/02-mengersponge.html
video_number: 2
date: 2016-04-18
video_id: LG8ZK-rRkXo
repository: /CC_002_MengerSponge
live_example: /CC_002_MengerSponge_p5.js
repository: CC_002_MengerSponge

links:
- title: "Menger Sponge on Wikipedia"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/003-snake-game-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/03-snake-game-p5.html
video_number: 3
date: 2016-04-20
video_id: AaGK-fj-BAM
repository: /CC_003_Snake_game_p5.js
repository: CC_003_Snake_game

links:
- title: "Snake Game on Wikipedia"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/004-purplerain.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/04-purplerain.html
video_number: 4
date: 2016-04-25
video_id: KkyIDI6rQJI
repository: /CC_004_PurpleRain
live_example: /CC_004_PurpleRain_p5.js
repository: CC_004_PurpleRain
---

In this viewer submitted coding challenge, I attempt to code a Purple Rain Simulator in Processing.
2 changes: 1 addition & 1 deletion _CodingChallenges/005-space-invaders-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/05-space-invaders-p5.html
video_number: 5
date: 2016-04-26
video_id: biN3v3ef-Y0
repository: /CC_005_Space_invaders_p5.js
repository: CC_005_Space_invaders
---

In this viewer submitted coding challenge, I take on the task of coding a Space Invaders game to play in browser in JavaScript/HTML and the p5.js library.
2 changes: 1 addition & 1 deletion _CodingChallenges/006-mitosis-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/06-mitosis-p5.html
video_number: 6
date: 2016-04-27
video_id: jxGS3fKPKJA
repository: /CC_006_Mitosis_p5.js
repository: CC_006_Mitosis_p5.js
---

In this viewer submitted coding challenge, I program a cellular mitosis simulation in p5.js.
3 changes: 1 addition & 2 deletions _CodingChallenges/007-solarsystemgenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/07-solarsystemgenerator.html
video_number: 7
date: 2016-04-28
video_id: l8SiJ-RmeHU
repository: /CC_007_SolarSystemGenerator
live_example: /CC_007_SolarSystemGenerator_p5.js
repository: CC_007_SolarSystemGenerator

videos:
- title: "My Video about Gravitational Attraction"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/008-solarsystemgenerator3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/08-solarsystemgenerator3d.html
video_number: 8
date: 2016-05-02
video_id: dncudkelNxw
repository: /CC_008_SolarSystemGenerator3D
live_example: false
repository: CC_008_SolarSystemGenerator3D

links:
- title: "PeasyCam library"
url: "http://mrfeinberg.com/peasycam/"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/009-solarsystemgenerator3d-texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/09-solarsystemgenerator3d-texture.html
video_number: 9
date: 2016-05-02
video_id: FGAwi7wpU8c
repository: /CC_009_SolarSystemGenerator3D_texture
live_example: false
repository: CC_009_SolarSystemGenerator3D_texture

links:
- title: "PeasyCam library"
url: "http://mrfeinberg.com/peasycam/"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/010.1-maze-dfs-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/10.1-maze-dfs-p5.html
video_number: 10.1
date: 2016-05-03
video_id: HyK_Q5rrcr4
repository: /CC_010_Maze_DFS_p5.js
repository: CC_010_Maze_DFS

links:
- title: "Algorithm for Maze Generators on Wikipedia"
url: "https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/010.2-maze-dfs-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/10.2-maze-dfs-p5.html
video_number: 10.2
date: 2016-05-03
video_id: D8UgRyRnvXU
repository: /CC_010_Maze_DFS_p5.js
repository: CC_010_Maze_DFS

links:
- title: "Algorithm for Maze Generators on Wikipedia"
url: "https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/010.3-maze-dfs-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/10.3-maze-dfs-p5.html
video_number: 10.3
date: 2016-05-03
video_id: 8Ju_uxJ9v44
repository: /CC_010_Maze_DFS_p5.js
repository: CC_010_Maze_DFS

links:
- title: "Algorithm for Maze Generators on Wikipedia"
url: "https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/010.4-maze-dfs-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/10.4-maze-dfs-p5.html
video_number: 10.4
date: 2016-05-03
video_id: _p5IH0L63wo
repository: /CC_010_Maze_DFS_p5.js
repository: CC_010_Maze_DFS

links:
- title: "Algorithm for Maze Generators on Wikipedia"
url: "https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/011-perlinnoiseterrain.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/11-perlinnoiseterrain.html
video_number: 11
date: 2016-05-04
video_id: IKB1hWWedMk
repository: /CC_011_PerlinNoiseTerrain
live_example: /CC_011_PerlinNoiseTerrain_p5.js
repository: CC_011_PerlinNoiseTerrain

links:
- title: "beginShape() reference"
url: "https://processing.org/reference/beginShape_.html"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/012-lorenzattractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/12-lorenzattractor.html
video_number: 12
date: 2016-05-06
video_id: f0lkz2gSsIk
repository: /CC_012_LorenzAttractor
live_example: /CC_012_LorenzAttractor_p5.js
repository: CC_012_LorenzAttractor

links:
- title: "PeasyCam library"
url: "http://mrfeinberg.com/peasycam/"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/013-reactiondiffusion-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/13-reactiondiffusion-p5.html
video_number: 13
date: 2016-05-26
video_id: BV9ny785UNc
repository: /CC_013_ReactionDiffusion_p5.js
repository: CC_013_ReactionDiffusion
links:
- title: "Karl Sims' Reaction Diffusion Tutorial"
url: "http://karlsims.com/rd.html"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/014-fractaltree.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/14-fractaltree.html
video_number: 14
date: 2016-05-30
video_id: 0jjeOYMjmDU
repository: /CC_014_FractalTree
repository: CC_014_FractalTree

links:
- title: "Algorithmic Botany"
url: "http://algorithmicbotany.org/"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/015-fractaltreearray.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/15-fractaltreearray.html
video_number: 15
date: 2016-05-30
video_id: fcdNSZ9IzJM
repository: /CC_015_FractalTreeArray
repository: CC_015_FractalTreeArray

links:
- title: "Algorithmic Botany"
url: "http://algorithmicbotany.org/"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/016-lsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/16-lsystem.html
video_number: 16
date: 2016-05-31
video_id: E1B4UoSQMFw
repository: /CC_016_LSystem
repository: CC_016_LSystem

links:
- title: "Algorithmic Botany"
url: "http://algorithmicbotany.org/"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/017-spacecolonizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/17-spacecolonizer.html
video_number: 17
date: 2016-06-01
video_id: kKT0v3qhIQY
repository: /CC_017_SpaceColonizer
live_example: /CC_017_SpaceColonizer_p5
repository: CC_017_SpaceColonizer

links:
- title: "Algorithmic Botany"
url: "http://algorithmicbotany.org/"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/018-spacecolonizer3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/18-spacecolonizer3d.html
video_number: 18
date: 2016-06-02
video_id: JcopTKXt8L8
repository: /CC_018_SpaceColonizer3D
live_example: false
repository: CC_018_SpaceColonizer3D

links:
- title: "Algorithmic Botany"
url: "http://algorithmicbotany.org/"
Expand Down
1 change: 0 additions & 1 deletion _CodingChallenges/019-superellipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ redirect_from: CodingChallenges/19-superellipse.html
video_number: 19
date: 2016-06-03
video_id: z86cx2A4_3E
repository: false

links:
- title: "Superellipse on Wikipedia"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/020-cloth3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/20-cloth3d.html
video_number: 20
date: 2016-06-09
video_id: jrk_lOg_pVA
repository: /CC_020_Cloth3D
live_example: false
repository: CC_020_ClothSimulation

links:
- title: "Toxiclibs Physics Library"
url: "http://toxiclibs.org/"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/021-mandelbrot-p5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/21-mandelbrot-p5.html
video_number: 21
date: 2016-06-13
video_id: 6z7GQewK-Ks
repository: /CC_021_Mandelbrot_p5.js
repository: CC_021_Mandelbrot
links:
- title: "Wikipedia on Mandelbrot Set"
url: "https://en.wikipedia.org/wiki/Mandelbrot_set"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/022-juliaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/22-juliaset.html
video_number: 22
date: 2016-06-17
video_id: fAsaSkmbF5s
repository: /CC_022_JuliaSet
live_example: false
repository: CC_022_JuliaSet
links:
- title: "Wikipedia on Julia Set"
url: "https://en.wikipedia.org/wiki/Julia_set"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/023-supershape2d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/23-supershape2d.html
video_number: 23
date: 2016-06-21
video_id: ksRoh-10lak
repository: /CC_023_SuperShape2D
repository: CC_023_SuperShape2D
links:
- title: "Supershapes (Superformula)"
url: "http://paulbourke.net/geometry/supershape/"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/024-perlinnoiseflowfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/24-perlinnoiseflowfield.html
video_number: 24
date: 2016-06-27
video_id: BjoM9oKOAKY
repository: /CC_024_PerlinNoiseFlowField
live_example: /CC_024_PerlinNoiseFlowField
repository: CC_024_PerlinNoiseFlowField

links:
- title: "Processing code"
url: "https://github.com/CodingTrain/website/tree/master/CodingChallenges/CC_024_PerlinNoiseFlowField_Processing"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/025-spheregeometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/25-spheregeometry.html
video_number: 25
date: 2016-06-29
video_id: RkuBWEkBrZA
repository: /CC_025_SphereGeometry
live_example: false
repository: CC_025_SphereGeometry
links:
- title: "Supershapes (Superformula)"
url: "http://paulbourke.net/geometry/supershape/"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/026-supershape3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/26-supershape3d.html
video_number: 26
date: 2016-06-30
video_id: akM4wMZIBWg
repository: /CC_026_SuperShape3D
live_example: false
repository: CC_026_SuperShape3D
links:
- title: "Supershapes (Superformula)"
url: "http://paulbourke.net/geometry/supershape/"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/027-fireworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/27-fireworks.html
video_number: 27
date: 2016-07-02
video_id: CKeyIbT3vXI
repository: /CC_027_Fireworks_2D_p5
repository: CC_027_FireWorks

links:
- title: "Pixel Pyros"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/028-metaballs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/28-metaballs.html
video_number: 28
date: 2016-07-15
video_id: ccYLb7cLB1I
repository: /CC_028_MetaBalls
live_example: /CC_028_MetaBalls_p5.js
repository: CC_028_MetaBalls

links:
- title: "Exploring Meta-balls and Isosurfaces in 2D"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/029-smartrockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/29-smartrockets.html
video_number: 29
date: 2016-08-02
video_id: bGz7mv2vD6g
repository: /CC_029_SmartRockets
repository: CC_029_SmartRockets

links:
- title: "Smart Rockets"
url: "http://www.blprnt.com/smartrockets/"
Expand Down
4 changes: 2 additions & 2 deletions _CodingChallenges/030-phyllotaxis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redirect_from: CodingChallenges/30-phyllotaxis.html
video_number: 30
date: 2016-08-03
video_id: KWoJgHFYWxY
repository: /CC_030_Phyllotaxis
live_example: /CC_030_phyllotaxis_p5.js
repository: CC_030_Phyllotaxis

links:
- title: "Phyllotaxis on Wikipedia"
url: "https://en.wikipedia.org/wiki/Phyllotaxis"
Expand Down
3 changes: 2 additions & 1 deletion _CodingChallenges/031-flappybird.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ redirect_from: CodingChallenges/31-flappybird.html
video_number: 31
date: 2016-08-10
video_id: cXgA1d_E-jY
repository: /CC_031_FlappyBird_p5.js
repository: CC_031_FlappyBird

links:
- title: "Flappy Bird on Wikipedia"
url: "https://en.wikipedia.org/wiki/Flappy_Bird"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/032.1-agar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/32.1-agar.html
video_number: 32.1
date: 2016-08-16
video_id: JXuxYMGe4KI
repository: /CC_032.1_agar.io
repository: CC_032.1_agar.io
links:
- title: "Agar.io on Wikipedia"
url: "https://en.wikipedia.org/wiki/Agar.io"
Expand Down
3 changes: 1 addition & 2 deletions _CodingChallenges/032.2-agario-sockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ redirect_from: CodingChallenges/32.2-agario-sockets.html
video_number: 32.2
date: 2016-09-04
video_id: ZjVyKXp9hec
repository: /CC_032.2_agario_sockets
live_example: false
repository: CC_032.2_agar.io_sockets
links:
- title: "Agar.io"
url: "http://agar.io"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/033-poisson-disc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/33-poisson-disc.html
video_number: 33
date: 2016-08-22
video_id: flQgnCUxHlw
repository: /CC_033_poisson_disc
repository: CC_033_poisson_disc
links:
- title: "Poisson Disc"
url: "https://www.jasondavies.com/poisson-disc/"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/034-dla.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/34-dla.html
video_number: 34
date: 2016-08-18
video_id: Cl_Gjj80gPE
repository: /CC_034_DLA
repository: CC_034_DLA
links:
- title: "Diffusion-Limited Aggregation on Wikipedia"
url: "https://en.wikipedia.org/wiki/Diffusion-limited_aggregation"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/035.1-tsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/35.1-tsp.html
video_number: 35.1
date: 2016-08-24
video_id: BAejnwN4Ccw
repository: /CC_035_TSP/CC_35.1_TSP
repository: CC_035.1_TSP
links:
- title: "MDN Array Reference"
url: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"
Expand Down
2 changes: 1 addition & 1 deletion _CodingChallenges/035.2-tsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from: CodingChallenges/35.2-tsp.html
video_number: 35.2
date: 2016-08-25
video_id: goUlyp4rwiU
repository: /CC_035_TSP/CC_35.2_LexicographicOrder
repository: CC_035.2_LexicographicOrder
links:
- title: "MDN Array Reference"
url: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"
Expand Down
Loading

0 comments on commit 8d022bc

Please sign in to comment.