An open API service indexing awesome lists of open source software.

https://github.com/samwson/missile_script

Just a small game in an Elixir script.
https://github.com/samwson/missile_script

Last synced: about 1 year ago
JSON representation

Just a small game in an Elixir script.

Awesome Lists containing this project

README

          

# Missile Script

A simple game to show people the broad overview of Naval anti-ship missile defence.

## Usage

Elixir is required to run the program.

As long as it has execute permissions it can be run as a command line script, or
run with the Elixir interpreter:

```shell
# Run as command line script
./missile_script.exs

# Run with Elixir interpreter
elixir missile_script.exs
```