/Enigma

An enigma simulator written in Java!

Primary LanguageJavaMIT LicenseMIT

Enigma

A simple enigma simulator written in java

Prerequisites

In order to compile this program, you will need to have JDK installed on your computer and to run it, you need to have JRE (if you already have JDK installed there is no need to install JRE)

Compiling and Running the Program

First, clone the repository

git clone https://github.com/kush018/Enigma.git

Then, change the directory to Enigma by:

cd Enigma

And then to compile the code,

javac -d ./ src/*.java src/enigma/*.java

To run the program,

java Main

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details