Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alternative installation with nix package manager #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
[![Downloads](https://pepy.tech/badge/asciiracer)](https://pepy.tech/project/asciiracer)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Run on Repl.it](https://repl.it/badge/github/UpGado/ascii_racer)](https://repl.it/github/UpGado/ascii_racer)
[<img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos.svg" width="50"/>](https://gitlab.com/daniil.iaitskov/ascii_racer.nix)

An endless racing game that runs in the terminal. 100% Python.

Expand Down Expand Up @@ -52,6 +53,13 @@ $ git clone https://github.com/UpGado/ascii_racer.git
$ cd ascii_racer && python3 setup.py install
```

#### with nix

```bash
nix-env -i -f https://gitlab.com/daniil.iaitskov/ascii_racer.nix/-/archive/master/ascii_racer.nix-master.tar.bz2
asciiracer # enjoy..
```

### Start Game
To start the game, run either:
```bash
Expand Down