Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kickflip-games/chaingame

Chain game for 2019 Mix-and-jam game jam
https://github.com/kickflip-games/chaingame

csharp gamejam-2019 unity2d

Last synced: 6 days ago
JSON representation

Chain game for 2019 Mix-and-jam game jam

Awesome Lists containing this project

README

        

##### Authors: Alex Kemp, Avi Vajpeyi
##### Play game on [itch.io](https://avivajpeyi.itch.io/chaingame)

# Chain Game
Chain-attack enemies to rack up points!

[![GAMEPLAY DEMO](https://raw.githubusercontent.com/avivajpeyi/ChainGame/dev/Images/gameplay.gif)](https://www.youtube.com/watch?v=iwAs98UHaKk)

## CONTROLS

- **wasd** to move the player
- **click/drag** mouse on red squares to select them for the chain

Avoid the green squares!

## Theme
This game was a submission for [Mix and Game Jam (2019)](https://itch.io/jam/mix-and-game-jam).
This jam's theme was:
```
DIMENSION CHANGE
Take a game mechanic from one dimension and recreate it in another
```
We decided to take the `dead eye` mechanic from Red Dead Redemption, and put it into a 2D game.

![RED DEAD REDEMPTION EXAMPLE](https://raw.githubusercontent.com/avivajpeyi/ChainGame/dev/Images/RedDeadInspiration.gif)

# How to contribute
- Unity Version: [2019.2.8f1](https://unity3d.com/get-unity/download/archive)
- Download Standard Assets and PostProcessing after cloning repo
- Fork, do work in branch, make a PR to dev