Skip to content

Commit

Permalink
add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bqcuong committed Aug 29, 2018
1 parent 157f7d8 commit 8264dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Trong bài tập lớn này, nhiệm vụ của bạn là viết một phiên bản Java mô phỏng lại trò chơi [Bomberman](https://www.youtube.com/watch?v=mKIOVwqgSXM) kinh điển của NES.

<img src="res/demo.png" alt="drawing" width="400"/>

Bạn có thể thể sử dụng hai mẫu mã nguồn dưới đây để làm starter project:
1. [Starter project số 1](https://github.com/bqcuong/bomberman-starter/tree/starter-project-1) (đã cung cấp đầy đủ trừ những chức năng trong phần gói nhiệm vụ bắt buộc)
1. [Starter project số 2](https://github.com/bqcuong/bomberman-starter/tree/starter-project-2) (sử dụng mã nguồn starter project số 1 nhưng chỉ giữ lại các lớp abstract và lớp cần thiết. Tất cả mã nguồn xử lý update() và render() của các Entity đã được xóa bỏ. Tuy nhiên phương thức renderEntity() của lớp Screen vẫn được giữ lại cho các phương render() của entity có thể sử dụng để render hình ảnh của entity lên màn hình)
Expand Down
Binary file added res/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8264dfa

Please sign in to comment.