Super jank prototype of my idea but I am rendering multiple characters per cell to give the effect of a more complex character. Now to make this a data setup so it's easy to make characters. Also, probably have little add ons to show things like weapons equiped, etc.
This commit is contained in:
parent
31c86fa2b3
commit
9f1e9717a0
3 changed files with 39 additions and 11 deletions
2
map.hpp
2
map.hpp
|
@ -11,7 +11,7 @@
|
|||
#define WALL_VALUE 1
|
||||
#define SPACE_VALUE 0
|
||||
#define WALL_TILE "█"
|
||||
#define FLOOR_TILE "·"
|
||||
#define FLOOR_TILE "#"
|
||||
#define PLAYER_TILE "☺"
|
||||
#define ENEMY_TILE "Ω"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue