Skip to content

Commit 6303e84

Browse files
committed
FEATURES/ADD:
App icon; 4 backdrop backgrounds; Game spritesheet; 3 sound effects; System to save and load game score; Player birds; Collision tubes; Game score system; Window menu.
0 parents  commit 6303e84

37 files changed

+1416
-0
lines changed

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="src" path="res"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.settings
2+
*.log
3+
bin

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Game_01</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
## Flappy Ninja Bird HD
2+
3+
> 👷 Developed by Matheus Ramalho de Oliveira.
4+
🔨 Systems Analyst, Full-Stack Developer.
5+
🏡 Goiânia, Goiás, Brasil.
6+
✉️ kastorcode@gmail.com
7+
👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)
8+
9+
---
10+
11+
<p align="center">
12+
<img src="res/images/icon.png" width="128" />
13+
</p>
14+
15+
<p align="center">
16+
Fly like a free bird to score points!
17+
</p>
18+
19+
---
20+
21+
### Screenshots
22+
23+
<p align="center">
24+
<img src="screenshots/1.png" width="720" />
25+
</p>
26+
27+
<p align="center">
28+
<img src="screenshots/2.png" width="720" />
29+
</p>
30+
31+
<p align="center">
32+
<img src="screenshots/3.png" width="720" />
33+
</p>
34+
35+
<p align="center">
36+
<img src="screenshots/4.png" width="720" />
37+
</p>
38+
39+
<p align="center">
40+
<img src="screenshots/5.png" width="720" />
41+
</p>
42+
43+
---
44+
45+
### 🐦 Installation and execution
46+
47+
1. Make a clone of this repository;
48+
2. Import the project into a `Java IDE`, such as [Eclipse](https://www.eclipse.org/ide) or [NetBeans](https://netbeans.apache.org);
49+
3. Press `Ctrl + F11` to start the game;
50+
4. Enjoy! 💥
51+
52+
---
53+
54+
<p align="center">
55+
<img src="res/images/kastorcode.png" width="256" />
56+
</p>

docs/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Máscara de colisão do player: 64W×50H
2+
Máscara de colisão do tubo: 56W×64H

res/images/cursor.png

1.08 KB
Loading

res/images/icon.png

21.1 KB
Loading

res/images/kastorcode.png

51.2 KB
Loading

res/images/level1.png

191 KB
Loading

res/images/level2.png

1.06 MB
Loading

0 commit comments

Comments
 (0)