Skip to content

Commit

Permalink
Added a variation of the name with a space in it.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Apr 11, 2024
1 parent c0a5370 commit 40df7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

# GitTerra

<img src="https://gitterra.com/images/background_and_menus/logobanner.svg" alt="Gitterra Guide Title Pic" style="height: 10em; width:100%; margin-bottom:2em">
<img src="https://gitterra.com/images/background_and_menus/logobanner.svg" alt="Git Terra Guide Title Pic" style="height: 10em; width:100%; margin-bottom:2em">

A git-based game running in CI/CD and played by coding!

Every time you push to your repository, GitTerra will analyze your code and generate the game map.

You can see generated map of your city / code in the pipeline's artifacts - deploy it to GitHub / GitLab Pages, a web server of your choice or download to a local machine, it is up to you.

See instructions below on how to play GitTerra on your [GitHub](#in-github-repo) or [GitLab](#in-gitlab-repo) repositories.
See instructions below on how to play Git Terra on your [GitHub](#in-github-repo) or [GitLab](#in-gitlab-repo) repositories.

![A built map](/docs/generated_map.png)

## In GitHub repo

To play GitTerra game on your GitHub repository using a [GitTerra GitHub action](https://github.com/marketplace/actions/play-gitterra), create a `.github/workflows/gitterra.yml` file (make sure to spell folder names correctly, as that's where GitHub looks for CI/CD workflows) with the following content:
To play Git Terra game on your GitHub repository using a [GitTerra GitHub action](https://github.com/marketplace/actions/play-gitterra), create a `.github/workflows/gitterra.yml` file (make sure to spell folder names correctly, as that's where GitHub looks for CI/CD workflows) with the following content:

```yaml
name: Play GitTerra
Expand Down

0 comments on commit 40df7b9

Please sign in to comment.