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.
- Host: GitHub
- URL: https://github.com/samwson/missile_script
- Owner: samWson
- License: bsd-3-clause
- Created: 2024-02-10T04:15:41.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-15T04:35:21.000Z (over 2 years ago)
- Last Synced: 2025-01-27T08:11:58.331Z (over 1 year ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```