SnakeSlashRO
Banned
Today ill be going about writing a small game in Java, it will be a console game that reads in a text file to create a map in a 2D array ( already some what know how to do this )
I was wondering if I could get some feedback about how to logically put together my code. Right now I feel that ill need to create a class which handles a character (which will be represented in the game as a symbol or a single char) and then create classes for items.
To give you an example, this is sort of what I want to create - https://www.youtube.com/watch?v=iZNNH5eYsdE
I was wondering if I could get some feedback about how to logically put together my code. Right now I feel that ill need to create a class which handles a character (which will be represented in the game as a symbol or a single char) and then create classes for items.
To give you an example, this is sort of what I want to create - https://www.youtube.com/watch?v=iZNNH5eYsdE