Softwaretechnik-II/refactoring/flappy-bird/README.md

15 lines
287 B
Markdown
Raw Normal View History

2024-11-27 13:09:22 +01:00
Flappy-Bird
===========
A flappy bird clone written in Java, for the ICS4U Simple Game Assignment.
<img src="https://raw.githubusercontent.com/paulkr/Flappy-Bird/master/demo.png" width="500" />
Build & Run
-----------
```shell
$ cd lib
$ javac FlappyBird.java && java FlappyBird
```