Isometric 2D UI implementation #31
Labels
area:map
Issue is related to game map
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Currently our gamebot is implemented with monospaced ASCII-graphics.
Our plans are to expose the graphics system to some simple 2D
(Isometric view is not a requirement, but it looks much more fancy)
Places to look into:
More specifically, the map rendering logic is implemented here
RPGram/src/main/java/rpgram/ui/views/MapView.java
Line 67 in e6857de
Any attempts to add an UI are highly appreciated.
The text was updated successfully, but these errors were encountered: