Technicolour Dreamcode

Codevember

Every year in the month of November an event is held, called 'Codevember'. During this time, developers from all over the world will come together and complete the tasks set.

For each day there is a set theme. The developers are set the challenge of using their imaginations and creating something with that theme. We then upload them to the offical Codevember site for everyone to see.

Below are the ones I did in 2019; they can also be found on my Instagram page @technicolourdreamcode.

Some of the creations are animated, have sound or are interactive. All of the challenges are completely done with code, no images were used.

1

Contrast

2

Geometric

3

Deep

4

Big

5

Light

6

Music

7

Shape

8

Data

9

Game

10

Old

11

Perspective

12

Ice

13

Line

14

Bouncy

15

Share

16

Math

17

Stack

18

Stretch

19

Colours

20

Curve

21

Fast

22

Fruit

23

Now

24

Pattern

25

Open

26

Shadow

27

Moon

28

Repeat

29

Liquid

30

Divide

X

z

o

l

t

a

r

s

p

e

a

k

s

___ Zoltar says ___

Make your wish

This pen has sound!

01011101001010010111100101010100101
11011101101010011001010011010010110
01010101010101010101010101010101010
00110011001100110110011001100110011
10110011001011010110101001110011010
10111001010100101101100010110101010
01011101001010010111100101010100101
11011101101010011001010011010010110
01010101010101010101010101010101010
00110011001100110110011001100110011
10110011001011010110101001110011010
10111001010100101101100010110101010
01011101001010010111100101010100101
11011101101010011001010011010010110
01010101010101010101010101010101010
00110011001100110110011001100110011
10110011001011010110101001110011010
10111001010100101101100010110101010
01011101001010010111100101010100101
11011101101010011001010011010010110
01010101010101010101010101010101010
00110011001100110110011001100110011
10110011001011010110101001110011010
10111001010100101101100010110101010
01011101001010010111100101010100101
11011101101010011001010011010010110

tRojanh0rse.exe

x

Trojan horse successfully downloaded.

8

Yes.

No.

Ask again later

I'm undecided on this one.

Hell no dude

Absolutely!!!

off

on

battery
dot matrix with stereo sound
Nintendo
GameBoytm
phones
Take a look at this one on desktop

Avenue Q The Musical

"There's a fine fine line between love, and a waste of your time"

Kate Monster

Stacker

this machine is out of order - click here to see one that's working

now

that's what i call music!

38

compact disc one

see inlay for details

now

that's what i call music!

38

compact disc two

see inlay for details

compact disc one

  1. Chumbawamba - Tubthumping
  2. Spice Girls - Spice Up Your Life
  3. Hanson - Where's The Love
  4. Boyzone - Picture Of You
  5. Backstreet Boys - As Long As You Love Me
  6. Eternal - Angel Of Mine
  7. Lighthouse Family - Raincloud
  8. Janet Jackson - Got 'Til It's Gone
  9. The Brand New Heavies - You've Got A Friend
  10. All Saints - I Know Where It's At
  11. Louise - Arms Around The World
  12. Gala - Freed From Desire
  13. Sash! Feat. La Trec - Stay
  14. Dario G - Sunchyme
  15. Tina Moore - Never Gonna Let You Go
  16. Hot Chocolate - You Sexy Thing
  17. N-Trance Feat. Rod Stewart - Do Ya Think I'm Sexy
  18. LL Cool J - Phenomenon
  19. 911 - Party People...Friday Night
  20. Ricky Martin - Maria
  21. Bellini - Samba De Janeiro
  22. DJ Quicksilver - Free

compact disc two

  1. Wet Wet Wet - Yesterday
  2. George Michael - You Have Been Loved
  3. The Verve - The Drugs Don't Work
  4. Oasis - Stand By Me
  5. Embrace - All You Good Good People
  6. Faithless - Don't Leave
  7. Radiohead - Karma Police
  8. Moby - James Bond Theme
  9. PF Project Feat. Ewan McGregor - Choose Life
  10. Robbie Williams - Lazy Days
  11. Ash - A Life Less Ordinary
  12. Texas - Black Eyed Boy
  13. Meredith Brooks - Bitch
  14. Jon Bon Jovi - Janie, Don't Take Your Love To Town
  15. Ocean Colour Scene - Better Day
  16. Cast - I'm So Lonely
  17. Conner Reeves - Earthbound
  18. Peter Andre - Lonely
  19. Boyz II Men - 4 Seasons Of Loneliness
open the door
The door is locked!
x
You can't pick the lock!
x
The door won't budge.
x
The key doesn't work.
x
Alohamora!
x
  1. $(document).ready(function() {
  2. var eaten = false;
  3. var slept = false;
  4. var coded = false;
  5. repeat();
  6. function eat() {
  7. if($('#human').hasClass('awake')) {
  8. $('#human').addClass('eating');
  9. eaten = true;
  10. }
  11. }
  12. function sleep() {
  13. if($('#human').hasClass('awake eating')) {
  14. $('#human').removeClass('awake eating').addClass('asleep');
  15. slept = true;
  16. }
  17. }
  18. function code() {
  19. if($('#human').hasClass('asleep')) {
  20. $('#human').addClass('awake coding');
  21. coded = true;
  22. }
  23. }
  24. function repeat() {
  25. if(eaten = true && slept = true && coded = true) {
  26. eaten = false;
  27. slept = false;
  28. coded = false;
  29. eat();
  30. sleep();
  31. code();
  32. } else {
  33. eat();
  34. sleep();
  35. code();
  36. }
  37. }
  38. });

Felix Felicis

Liquid Luck