Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions Lê Đình Chuyên/Product/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Sea Battle

Sea Battle is a game for two players. The game is played on four grids, two for each player. The grids are typically square – usually 10×10 – and the individual squares in the grid are identified by letter and number. On one grid the player arranges ships and records the shots by the opponent. On the other grid the player records their own shots.

The project was done by [Nguyễn Văn A](https://github.com/naa-ntu), in the course of Object Oriented Programming at [ProPTIT](https://proptit.com/).


## Tech Stack

- [Java](https://www.java.com/en/)


## Installation

- Clone the repo
- Open the project in your IDE
- Run the project


## Usage

- Project Structure

```bash

├── src
│ ├── main
│ │ ├── java
│ │ │ ├── controller
│ │ │ │ ├── Controller.java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ └── ....java
│ │ │ ├── model
│ │ │ │ ├── Board.java
│ │ │ │ ├── Cell.java
│ │ │ │ ├── Game.java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ ├── ....java
│ │ │ │ └── ....java


```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
Empty file.
Binary file added Lê Đình Chuyên/UML/Activity_Class.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lê Đình Chuyên/UML/Class_Diagram.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Lê Đình Chuyên/UML/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# UML

- Đây là folder sẽ chứa các file UML của dự án
- Có thể sử dụng các công cụ sau để vẽ UML:
- [StarUML](https://staruml.io/)
- [Visual Paradigm](https://online.visual-paradigm.com/vpce/)
- Các file UML sẽ được lưu dưới dạng ảnh, và các em sửa file readme này đính kèm ảnh vào, ghi thêm giải thích nếu cần thiết