Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 420 Bytes

File metadata and controls

26 lines (19 loc) · 420 Bytes

Scramble

My CIS 120 final project. A platform word game. Fall 2013.

How to run

  1. Make sure you have JRE 7+ installed
  2. Run scramble.jar OR run the following from command line:
cd ./bin/
java game/Game

How to compile

jar cvfm "../scramble.jar" manifest.txt *

How to play

Read the instructions here.