-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ac1a8f1
Showing
174 changed files
with
4,133 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/target | ||
/bin | ||
/.idea | ||
*.iml |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>uet.oop</groupId> | ||
<artifactId>bomberman</artifactId> | ||
<version>v0.1</version> | ||
|
||
<name>Bomberman</name> | ||
|
||
<build> | ||
<directory>target</directory> | ||
<outputDirectory>target/classes</outputDirectory> | ||
<finalName>bomberman</finalName> | ||
<sourceDirectory>src</sourceDirectory> | ||
<resources> | ||
<resource> | ||
<directory>res</directory> | ||
</resource> | ||
</resources> | ||
|
||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.0</version> | ||
<configuration> | ||
<source>1.8</source> | ||
<target>1.8</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>3.1.0</version> | ||
<configuration> | ||
<archive> | ||
<manifest> | ||
<mainClass>uet.oop.bomberman.BombermanGame</mainClass> | ||
</manifest> | ||
</archive> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
********************BOMBERMAN GAME******************** | ||
---------CREATED BY PHẠM CÔNG NAM & NGUYỄN NAM-------- | ||
|
||
LAST MODIFICATION: 4/12/18 AT 10:22PM | ||
|
||
Item: | ||
Invincibility: Kháng enemy | ||
Bombpass: Đi xuyên qua bom | ||
Flamepass: Chống lửa | ||
Detonator: Bom kích nổ bằg player (nút x) | ||
BombItem: Thêm số bomb đặt được | ||
FlameItem: Lửa dài hơn | ||
SpeedItem: Chạy nhanh hơn | ||
|
||
Enemy: | ||
Oneal: Ăn bom và biết đuổi theo player | ||
Balloom: Mặc định, đi ngẫu nhiên | ||
Doll: Siêu nhanh | ||
Kondoria: Đi xuyên tường | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
1 13 31 | ||
############################### | ||
# B p# bd # | ||
# # f # # # # # # # # # # # | ||
# x s # | ||
# # # # # # # # # # # # # | ||
#f IF # | ||
# # # # # # # # # # # # # # # # | ||
# # | ||
# # # # # # # # # # # # # # # # | ||
# # | ||
# # # # # # # # # # # # # # # # | ||
# # | ||
############################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
1 13 31 | ||
############################### | ||
# p# * * 1 * * * * * # | ||
# *# * # #*#*# # # #*#*#*# # | ||
# x* * * * * * # | ||
# # #*# # #*#*# # # # #*# | ||
#fIbB ** * * # | ||
# # # # # # # # # #*# #*# # # # | ||
#* * * * * # | ||
# # # # #*# # # #*#*# # # # # # | ||
#* ** * 1 * 1 # | ||
# #*# # # # # # #*# # # # # # # | ||
# * * * 1 # | ||
############################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
2 13 31 | ||
############################### | ||
#p d x ** * * * * * # | ||
# B F*# #**#***#*#*#*#*#*#* # | ||
# s f b I * * * # * # | ||
# # # # # #**#***#**#*#*#*#*#*# | ||
# 1 # * * # | ||
# # # # # # #*# #*#*#*#*#*#*#*# | ||
#* * 2 # | ||
# # # # #*# # # #*#*# # # # # # | ||
#* ** * * # | ||
# #*# # # # # # #*# # # # # # # | ||
# * * * # | ||
############################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
3 13 31 | ||
############################### | ||
#p ** ** * 3 # | ||
# # # #*# # # # # # # # # # # # | ||
#* ** * * * * ** * # | ||
# # # # # #*# # # # # # #*# # # | ||
#* s* *** * x ** # | ||
# # # # # # # # # # # #*# # | ||
# * * * ** 3# | ||
# # # #*#*#*#*# # #1# # #*# # | ||
# 2* * * # | ||
#*# # # # # # # # #*# # #*# | ||
# * * ** ** *** 1 # | ||
############################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
4 13 31 | ||
############################### | ||
#p * ** * 3 4 # | ||
# # # #*# # # # # # # # # # # # | ||
# ** * * * * ** 3 * # | ||
# # # # # #*# # # # # # #*# # # | ||
#* * * *b* * ** # | ||
# # # # # # # # # # # # # #*# # | ||
# * * * ** 3# | ||
# #*# # #*#*# #*# # #1# # #*# # | ||
# * 4 2* * * # | ||
#*# # # # # # # # # # #*# # #*# | ||
#x* * ** ** *** 1 # | ||
############################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
5 13 31 | ||
############################### | ||
#p * *3 * ** * * *# | ||
# # # # #*# # #*# # # # # #*# # | ||
# * * *** ** * 3 ** # | ||
# #*# # # # #4# #b#1# # # # #*# | ||
# * ** * **# | ||
# # #*# # # # # #*#*#*#*# # # # | ||
# * * * *x* * 4 # | ||
# # # # #*# # # # #*# #*# # | ||
# **** * # | ||
# # # # # # # # # #*# #*# | ||
# ** *1 * 2 1 # | ||
############################### |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.