|
| 1 | +# MapEditor For Game C++ Directx - UIT |
| 2 | +MapEditor Cho Nhập Môn Phát Triển Game |
| 3 | + |
| 4 | + |
| 5 | +## 📑 Contents |
| 6 | +* [Features](#-features) |
| 7 | +* [Installation](#-installation) |
| 8 | +* [Documents](#-documents) |
| 9 | +* [Build with](#-build-with) |
| 10 | +* [Some Screens](#-some-screens) |
| 11 | +* [Bugs and Issues](#-bugs-and-issues) |
| 12 | +* [Authors](#-authors) |
| 13 | +* [License](#-license) |
| 14 | +## 📌 Features |
| 15 | +* [Load image](#map) |
| 16 | +* [Cut tiles](#Map-Tile) |
| 17 | +* [Export tiles to file txt](#Map-encode) |
| 18 | +* [Add objects to map](#add-objects) |
| 19 | +* [Export objects in map to file](#Object-to) |
| 20 | +* [Build quatree and export to file](#Quadtree) |
| 21 | +## ⚙️ Installation |
| 22 | +* Add reference |
| 23 | +**Right click project** -> **Add** -> **Reference** -> **Choose Browse** -> **select all .dll in \MapEditor\Resources** |
| 24 | +## 📖 Documents |
| 25 | + |
| 26 | +## 🔧 Build with |
| 27 | +* [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) |
| 28 | +* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) |
| 29 | + |
| 30 | +## 🖼️ Some Screens |
| 31 | +### Map |
| 32 | +### Map tile |
| 33 | +### Map encode |
| 34 | +### Add objects |
| 35 | +### Object file |
| 36 | +### Quadtree |
| 37 | +## 🐛 Bugs and Issues |
| 38 | +* Have a bug or an issue with this project? [Open a new issue](https://github.com/tvc12/MapEditor/issues/new) here on GitHub. |
| 39 | +## 😸 Authors |
| 40 | +* **Vi Chi Thien** - [tvc12](https://github.com/tvc12) 😸 |
| 41 | +## © License |
| 42 | +* [MIT](LICENSE) |
0 commit comments