/MoveSquareJavaFX

A JavaFX game, written as a frontend application implementing the MoveSquare backend module.

Primary LanguageJava

MoveSquare Game

This is a JavaFX game written using an ASCII-based game engine as a backend (found here).

The engine is tailored specifically to writing this frontend.

The player can move north, south, east, or west using the W, S, D, A keys respectively.