From 574d55ad26de7493c2db2e68768d01464a73afb3 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sun, 24 Jan 2016 10:51:36 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7f6a6b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# AngryFlappyBird +School task - Flappy bird written in java + +![screenshot from 2016-01-24 10-47-00](https://cloud.githubusercontent.com/assets/2984053/12535335/f92bce8a-c287-11e5-8a48-dbc09eaf3daa.png) + +This game is written from skratch, no third party libraries. + +If you are a new Java Developer who wants to lern a little about 2d game development, this source code might help you understand how the basic +java graphics can work.