From 5f0d73570886f649ba687bd8323ca7bc9f292fe6 Mon Sep 17 00:00:00 2001 From: A2 Geek Date: Sun, 11 Sep 2016 11:38:46 -0500 Subject: [PATCH] A basic readme for the project. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..15a38af --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Mouse Maze 2001 + +Written in 1983 during summer school, you play Henry the mouse and try to escape from the mad scientist. +The [original](/doc/original/README.md) is also available. + +# Game Play + +This screen shot shows bombs blowing up and robots with shields! + +![Game Play](/doc/current/GamePlay.png) + +# How to run + +1. Install Java 8, if not already installed. +2. Download a [release](https://github.com/a2geek/mouse-maze-2001/releases). +3. The JAR files are executable, so double click on the JAR file.