Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jun 7, 2024
1 parent 8f27d57 commit 5c4ac9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Press `A` and `D` to steer the ship left and right, `W` to move forwards and `K`

You can play Mathsteroids at [mscroggs.co.uk/mathsteroids](http://www.mscroggs.co.uk/mathsteroids).

## Building
Mathsteroids can be run directly in a web environment with PHP by navigating to `index.php`.
Alternatively, a pure HTML version can be generated by running:

```
make html
```

The HTML that this generates will include links to some of the javascript files. To instead
generate a HTML file that inlines all of the javascript, run:

```
make html-single-page
```

## Surfaces
The following surfaces are currently available:

Expand Down

0 comments on commit 5c4ac9d

Please sign in to comment.