Skip to content

brackeen/Scared

Repository files navigation

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.

Releases

No releases published

Packages

No packages published