File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Strategy turnbased game
2
2
its a game I am making for a challenge to myself.
3
3
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.
You can’t perform that action at this time.
0 commit comments