Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 681 Bytes

Scared

Scared is a 3D shooter in the style of Wolfenstein 3D.

It was originally written as a Java applet in 1998.

Download

An executable jar is available here: http://www.brackeen.com/scared/

Building

The source is organized as a Gradle project. You can build it from an IDE or from the command line.

Assuming Git and JDK 7 or newer is installed, open a terminal and enter:

git clone https://github.com/brackeen/Scared.git
cd Scared
./gradlew build

An executable jar is created in the build/libs folder.