jgillham/Lab-game

Implement TileArtist

Closed this issue · 0 comments

Write the body for the constructor and paintComponent() making local fields as necessary. The paint component will take into consideration the character's position on the map and the direction assigned to the tile. After the consideration paintComponent() will draw the appropriate map tile.

Difficulty Rating: Moderate