Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 356 Bytes

Dungeon-Escape

CIS120 Final Project

This is my final project for CIS120, programming languages and techniques 1. I built a rogue-like dungeon escape game using JAVA swing. .JAVA files, PNG image files, Testing files, and an associated project README are included.

Running the program

Compile the game javac Game.java

Then run :) java Game.java