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

https://github.com/timerke/throw_in

A game in which you have to throw snowballs at your opponent. The player can adjust the strength and angle of the throw
https://github.com/timerke/throw_in

Last synced: 10 months ago
JSON representation

A game in which you have to throw snowballs at your opponent. The player can adjust the strength and angle of the throw

Awesome Lists containing this project

README

          

# throw_in
Игра, в которой нужно закидать противника снежками. Игрок может регулировать силу и угол броска.

## Запуск

1. Перейдите в папку **scripts** и выполните скрипт:

- **install.bat**, если вы работаете в *Windows*;

- **install.sh**, если вы работаете в *Linux*:

```bash
bash install.sh
```

2. Из той же папки **scripts** выполните скрипт:

- **run.bat**, если вы работаете в *Windows*;

- **run.sh**, если вы работаете в *Linux*:

```bash
bash run.sh
```

## Выпуск релиза на Windows и Linux

1. Перейдите в папку **scripts** и выполните скрипт:

- **install.bat**, если вы работаете в *Windows*;

- **install.sh**, если вы работаете в *Linux*:

```bash
bash install.sh
```

2. Из той же папки **scripts** выполните скрипт:

- **release.bat**, если вы работаете в *Windows*;

- **release.sh**, если вы работаете в *Linux*:

```bash
bash release.sh
```