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:
Zed A. Shaw 2024-10-18 21:59:06 -04:00
parent 31c86fa2b3
commit 9f1e9717a0
3 changed files with 39 additions and 11 deletions

View file

@ -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 "Ω"