Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 541 Bytes

GridBasedMovementDemo

Project Title: Grid Based Movement Demo

Version/Date: 1.0 - April 2022

Author: Vachia Thoj

Description:

  • 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 ——