Skip to content

Commit 4d3f4e6

Browse files
Update README.md
1 parent f29387a commit 4d3f4e6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Strategy turnbased game
22
its a game I am making for a challenge to myself.
33
it will contain lots of features that im expirementing myself as a challenge.
4-
it will be a fun game, hopfully
4+
5+
Game Description:
6+
7+
This game is a turn based Puzzle game, it is on a 2D plane with tiles that enemies and players can navigate.
8+
Rooms have set layouts with walls and enemies in precise locations.
9+
10+
The enemies will find the closest path to the player and move towards them after the player moves.
11+
There are 2 enemy types, Wall enemies and slimes. Wall enemies will turn into walls after they die.
12+
All accassible enemies will need to be killed in order to move to the next level.
13+
14+
Every level is possible.
15+
The game keeps track of the amount of restarts.

0 commit comments

Comments
 (0)