diff --git a/.gitignore b/.gitignore index 0c58f28..2d13188 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ __pycache__/ *.py[cod] *$py.class - +.vscode # C extensions *.so diff --git a/birdie.py b/birdie.py new file mode 100644 index 0000000..414be73 --- /dev/null +++ b/birdie.py @@ -0,0 +1 @@ +print("Hello World !") diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..91bbeb7 Binary files /dev/null and b/images/background.png differ diff --git a/images/bird0.png b/images/bird0.png new file mode 100644 index 0000000..5600b4d Binary files /dev/null and b/images/bird0.png differ diff --git a/images/bird1.png b/images/bird1.png new file mode 100644 index 0000000..91b18d5 Binary files /dev/null and b/images/bird1.png differ diff --git a/images/bird2.png b/images/bird2.png new file mode 100644 index 0000000..9858fb4 Binary files /dev/null and b/images/bird2.png differ diff --git a/images/birddead.png b/images/birddead.png new file mode 100644 index 0000000..c9bb381 Binary files /dev/null and b/images/birddead.png differ diff --git a/images/bottom.png b/images/bottom.png new file mode 100644 index 0000000..5963339 Binary files /dev/null and b/images/bottom.png differ diff --git a/images/cascade.png b/images/cascade.png new file mode 100644 index 0000000..1f0f53e Binary files /dev/null and b/images/cascade.png differ diff --git a/images/newyork.jpg b/images/newyork.jpg new file mode 100644 index 0000000..4c7512e Binary files /dev/null and b/images/newyork.jpg differ diff --git a/images/top.png b/images/top.png new file mode 100644 index 0000000..7e1fe71 Binary files /dev/null and b/images/top.png differ