Add README and screenshot
This commit is contained in:
parent
d4818c07a8
commit
b478646b8f
2 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Water Symbol
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A Fire Emblem clone using libGDX and Java. This is for a course final project, and it features stuff like:
|
||||||
|
|
||||||
|
* Proper A* navigation for enemies, and is also player unit pathing.
|
||||||
|
* All the assets are wholly created by me, except for the default Arial font included in libGDX.
|
||||||
|
* Working gameplay loop, allowing you to kill or be killed by the enemy units on a test map.
|
||||||
|
* Maps can be created in Tiled, allowing for easy authoring.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
There's some features that weren't completed on time, but still want to add at some point:
|
||||||
|
* More than one map
|
||||||
|
* Dialogue system
|
||||||
|
* Effects and music
|
||||||
|
* Proper UI
|
BIN
misc/screenshot.png
Normal file
BIN
misc/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
Reference in a new issue