Skip to content

Commit 8f50d23

Browse files
committed
Merge branch 'master' of https://github.com/tvc12/MapEditor
2 parents c034931 + ea41bb9 commit 8f50d23

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# MapEditor For Game C++ Directx - UIT
2+
MapEditor Cho Nhập Môn Phát Triển Game
3+
4+
![](MapEditor/Resources/Image/LoadTiles.JPG)
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![](MapEditor/Resources/Image/level.png)
32+
### Map tile![](MapEditor/Resources/Image/leve2.png)
33+
### Map encode![](MapEditor/Resources/Image/TileTxt.JPG)
34+
### Add objects![](https://raw.githubusercontent.com/tvc12/MapEditor/master/MapEditor/Resources/Image/Load%20Map.JPG)
35+
### Object file![](MapEditor/Resources/Image/Object.JPG)
36+
### Quadtree![](MapEditor/Resources/Image/QuadTree.JPG)
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

Comments
 (0)