Project Title: Grid Based Movement Demo
Version/Date: 1.0 - April 2022
Author: Vachia Thoj
- A Demo of how an objects moves on a grid/tile map.
- GUI built using the Swing and AWT libraries in Java
- Possible movements: left, right, up, down, NO diagonal movements
- Keyboard controls: Arrow keys
—— To Run Program Using an IDE —— Clone/download the project, then run the Main.java file to start program
—— Code was originally written and executed using the Eclipse IDE ——